Html Css Color HEX #E50C8D Deep Pink

📋 copy color: '#E50C8D'

red 229 ◦ green 12 ◦ blue 141

#E50C8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #E50C8D

Tints of Deep Pink #E50C8D

RGB

 RED value IS 229 (89.84% from 255) = 59.95%

 GREEN value IS 12 (5.08% from 255) = 3.14%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 59.95%
G = 3.14%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E50C8D (or 0xE50C8D) is known color: Deep Pink. HEX triplet: E5, 0C and 8D. RGB value is (229,12,141). Sum of RGB (Red+Green+Blue) = 229+12+141=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50C8D is #1AF372. Grayscale: #5B5B5B. Windows color (decimal): -1766259 or 9243877. OLE color: 9243877.

HSL color Cylindrical-coordinate representation of color #E50C8D: hue angle of 324.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C8D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 12 141 -
CMYK 0 0.95 0.38 0.10
HSL 324.33º 0.9% 0.47% -
HSV(B) 324.33º 0.95% 0.9% -
XYZ 37.25 18.84 26.87 -
YUV 91.59 155.89 226.01 -
System Red Green Blue C M Y K H S L
Decimal 229 12 141 0 0.95 0.38 0.10 324.33 0.9 0.47
Hex E5 C 8D 0 5F 26 A 144 5A 2F
Octal 345 14 215 0 137 46 12 504 132 57
Binary 11100101 1100 10001101 0 1011111 100110 1010 101000100 1011010 101111

Color Harmonies of #E50C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C8D

Black with #E50C8D

Text Example


Text Example

White with #E50C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C8D; }

 p { color: rgb(229,12,141); }

 H1.HeaderClassName
 {
   color: #E50C8D;
 }
 .AnyTagClassName
 {
   color: #E50C8D;
 }
</style>

background-color css

<style>
 a { background-color: #E50C8D; }

 a { background-color: rgb(229,12,141); }

 div.DivClassName
 {
   background-color: #E50C8D;
 }
 .BgClassName
 {
   background-color: #E50C8D;
 }
</style>

border-color css

<style>
 span { border-color: #E50C8D; }

 span { border-color: rgb(229,12,141); }

 td.TdClassName
 {
   border-color: #E50C8D;
 }
 .TagClassName
 {
   border-color: #E50C8D;
 }
</style>