Html Css Color HEX #E42979 Deep Cerise

📋 copy color: '#E42979'

red 228 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #E42979

Tints of Deep Cerise #E42979

RGB

 RED value IS 228 (89.45% from 255) = 58.46%

 GREEN value IS 41 (16.41% from 255) = 10.51%

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 58.46%
G = 10.51%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E42979 (or 0xE42979) is known color: Deep Cerise. HEX triplet: E4, 29 and 79. RGB value is (228,41,121). Sum of RGB (Red+Green+Blue) = 228+41+121=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E42979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42979 is #1BD686. Grayscale: #696969. Windows color (decimal): -1824391 or 7940580. OLE color: 7940580.

HSL color Cylindrical-coordinate representation of color #E42979: hue angle of 334.33º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42979 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 41 121 -
CMYK 0 0.82 0.47 0.11
HSL 334.33º 0.78% 0.53% -
HSV(B) 334.33º 0.82% 0.89% -
XYZ 36.24 19.46 19.94 -
YUV 106.03 136.45 215 -
System Red Green Blue C M Y K H S L
Decimal 228 41 121 0 0.82 0.47 0.11 334.33 0.78 0.53
Hex E4 29 79 0 52 2F B 14E 4E 35
Octal 344 51 171 0 122 57 13 516 116 65
Binary 11100100 101001 1111001 0 1010010 101111 1011 101001110 1001110 110101

Color Harmonies of #E42979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42979

Black with #E42979

Text Example


Text Example

White with #E42979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42979; }

 p { color: rgb(228,41,121); }

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

background-color css

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

 a { background-color: rgb(228,41,121); }

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

border-color css

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

 span { border-color: rgb(228,41,121); }

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