Html Css Color HEX #E04D8E Dark Pink

📋 copy color: '#E04D8E'

red 224 ◦ green 77 ◦ blue 142

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

Shades of Dark Pink #E04D8E

Tints of Dark Pink #E04D8E

RGB

 RED value IS 224 (87.89% from 255) = 50.56%

 GREEN value IS 77 (30.47% from 255) = 17.38%

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 50.56%
G = 17.38%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E04D8E (or 0xE04D8E) is known color: Dark Pink. HEX triplet: E0, 4D and 8E. RGB value is (224,77,142). Sum of RGB (Red+Green+Blue) = 224+77+142=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D8E is #1FB271. Grayscale: #808080. Windows color (decimal): -2077298 or 9326048. OLE color: 9326048.

HSL color Cylindrical-coordinate representation of color #E04D8E: hue angle of 333.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D8E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 142 -
CMYK 0 0.66 0.37 0.12
HSL 333.47º 0.7% 0.59% -
HSV(B) 333.47º 0.66% 0.88% -
XYZ 38.28 23.11 28.03 -
YUV 128.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 224 77 142 0 0.66 0.37 0.12 333.47 0.7 0.59
Hex E0 4D 8E 0 42 25 C 14D 46 3B
Octal 340 115 216 0 102 45 14 515 106 73
Binary 11100000 1001101 10001110 0 1000010 100101 1100 101001101 1000110 111011

Color Harmonies of #E04D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D8E

Black with #E04D8E

Text Example


Text Example

White with #E04D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D8E; }

 p { color: rgb(224,77,142); }

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

background-color css

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

 a { background-color: rgb(224,77,142); }

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

border-color css

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

 span { border-color: rgb(224,77,142); }

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