Html Css Color HEX #E04D8A Dark Pink

📋 copy color: '#E04D8A'

red 224 ◦ green 77 ◦ blue 138

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

Shades of Dark Pink #E04D8A

Tints of Dark Pink #E04D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 51.03%
G = 17.54%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E04D8A (or 0xE04D8A) is known color: Dark Pink. HEX triplet: E0, 4D and 8A. RGB value is (224,77,138). Sum of RGB (Red+Green+Blue) = 224+77+138=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D8A is #1FB275. Grayscale: #7F7F7F. Windows color (decimal): -2077302 or 9063904. OLE color: 9063904.

HSL color Cylindrical-coordinate representation of color #E04D8A: hue angle of 335.1º 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 #E04D8A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 138 -
CMYK 0 0.66 0.38 0.12
HSL 335.1º 0.7% 0.59% -
HSV(B) 335.1º 0.66% 0.88% -
XYZ 37.98 22.99 26.48 -
YUV 127.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 224 77 138 0 0.66 0.38 0.12 335.1 0.7 0.59
Hex E0 4D 8A 0 42 26 C 14F 46 3B
Octal 340 115 212 0 102 46 14 517 106 73
Binary 11100000 1001101 10001010 0 1000010 100110 1100 101001111 1000110 111011

Color Harmonies of #E04D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D8A

Black with #E04D8A

Text Example


Text Example

White with #E04D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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