Html Css Color HEX #E04C8A Dark Pink

📋 copy color: '#E04C8A'

red 224 ◦ green 76 ◦ blue 138

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

Shades of Dark Pink #E04C8A

Tints of Dark Pink #E04C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

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

R = 51.14%
G = 17.35%
B = 31.51%

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

#E04C8A (or 0xE04C8A) is known color: Dark Pink. HEX triplet: E0, 4C and 8A. RGB value is (224,76,138). Sum of RGB (Red+Green+Blue) = 224+76+138=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C8A is #1FB375. Grayscale: #7F7F7F. Windows color (decimal): -2077558 or 9063648. OLE color: 9063648.

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

Color convert

RGB 224 76 138 -
CMYK 0 0.66 0.38 0.12
HSL 334.86º 0.7% 0.59% -
HSV(B) 334.86º 0.66% 0.88% -
XYZ 37.91 22.85 26.46 -
YUV 127.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 224 76 138 0 0.66 0.38 0.12 334.86 0.7 0.59
Hex E0 4C 8A 0 42 26 C 14F 46 3B
Octal 340 114 212 0 102 46 14 517 106 73
Binary 11100000 1001100 10001010 0 1000010 100110 1100 101001111 1000110 111011

Color Harmonies of #E04C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C8A

Black with #E04C8A

Text Example


Text Example

White with #E04C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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