Html Css Color HEX #E2429C Deep Cerise

📋 copy color: '#E2429C'

red 226 ◦ green 66 ◦ blue 156

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

Shades of Deep Cerise #E2429C

Tints of Deep Cerise #E2429C

RGB

 RED value IS 226 (88.67% from 255) = 50.45%

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

 BLUE value IS 156 (61.33% from 255) = 34.82%

R = 50.45%
G = 14.73%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2429C (or 0xE2429C) is known color: Deep Cerise. HEX triplet: E2, 42 and 9C. RGB value is (226,66,156). Sum of RGB (Red+Green+Blue) = 226+66+156=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2429C is #1DBD63. Grayscale: #7B7B7B. Windows color (decimal): -1949028 or 10240738. OLE color: 10240738.

HSL color Cylindrical-coordinate representation of color #E2429C: hue angle of 326.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2429C is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 66 156 -
CMYK 0 0.71 0.31 0.11
HSL 326.25º 0.73% 0.57% -
HSV(B) 326.25º 0.71% 0.89% -
XYZ 39.31 22.47 33.72 -
YUV 124.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 226 66 156 0 0.71 0.31 0.11 326.25 0.73 0.57
Hex E2 42 9C 0 47 1F B 146 49 39
Octal 342 102 234 0 107 37 13 506 111 71
Binary 11100010 1000010 10011100 0 1000111 11111 1011 101000110 1001001 111001

Color Harmonies of #E2429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2429C

Black with #E2429C

Text Example


Text Example

White with #E2429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2429C; }

 p { color: rgb(226,66,156); }

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

background-color css

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

 a { background-color: rgb(226,66,156); }

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

border-color css

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

 span { border-color: rgb(226,66,156); }

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