Html Css Color HEX #E042A4 Deep Cerise

📋 copy color: '#E042A4'

red 224 ◦ green 66 ◦ blue 164

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

Shades of Deep Cerise #E042A4

Tints of Deep Cerise #E042A4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 49.34%
G = 14.54%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E042A4 (or 0xE042A4) is known color: Deep Cerise. HEX triplet: E0, 42 and A4. RGB value is (224,66,164). Sum of RGB (Red+Green+Blue) = 224+66+164=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E042A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E042A4 is #1FBD5B. Grayscale: #7C7C7C. Windows color (decimal): -2080092 or 10765024. OLE color: 10765024.

HSL color Cylindrical-coordinate representation of color #E042A4: hue angle of 322.78º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E042A4 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 66 164 -
CMYK 0 0.71 0.27 0.12
HSL 322.78º 0.72% 0.57% -
HSV(B) 322.78º 0.71% 0.88% -
XYZ 39.39 22.42 37.37 -
YUV 124.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 224 66 164 0 0.71 0.27 0.12 322.78 0.72 0.57
Hex E0 42 A4 0 47 1B C 143 48 39
Octal 340 102 244 0 107 33 14 503 110 71
Binary 11100000 1000010 10100100 0 1000111 11011 1100 101000011 1001000 111001

Color Harmonies of #E042A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E042A4

Black with #E042A4

Text Example


Text Example

White with #E042A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E042A4; }

 p { color: rgb(224,66,164); }

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

background-color css

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

 a { background-color: rgb(224,66,164); }

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

border-color css

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

 span { border-color: rgb(224,66,164); }

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