Html Css Color HEX #E2429E Deep Cerise

📋 copy color: '#E2429E'

red 226 ◦ green 66 ◦ blue 158

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

Shades of Deep Cerise #E2429E

Tints of Deep Cerise #E2429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 50.22%
G = 14.67%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2429E (or 0xE2429E) is known color: Deep Cerise. HEX triplet: E2, 42 and 9E. RGB value is (226,66,158). Sum of RGB (Red+Green+Blue) = 226+66+158=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2429E is #1DBD61. Grayscale: #7C7C7C. Windows color (decimal): -1949026 or 10371810. OLE color: 10371810.

HSL color Cylindrical-coordinate representation of color #E2429E: hue angle of 325.5º 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 #E2429E is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 66 158 -
CMYK 0 0.71 0.30 0.11
HSL 325.5º 0.73% 0.57% -
HSV(B) 325.5º 0.71% 0.89% -
XYZ 39.48 22.53 34.62 -
YUV 124.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 226 66 158 0 0.71 0.30 0.11 325.5 0.73 0.57
Hex E2 42 9E 0 47 1E B 146 49 39
Octal 342 102 236 0 107 36 13 506 111 71
Binary 11100010 1000010 10011110 0 1000111 11110 1011 101000110 1001001 111001

Color Harmonies of #E2429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2429E

Black with #E2429E

Text Example


Text Example

White with #E2429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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