Html Css Color HEX #E2429B Deep Cerise

📋 copy color: '#E2429B'

red 226 ◦ green 66 ◦ blue 155

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

Shades of Deep Cerise #E2429B

Tints of Deep Cerise #E2429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 50.56%
G = 14.77%
B = 34.68%

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

#E2429B (or 0xE2429B) is known color: Deep Cerise. HEX triplet: E2, 42 and 9B. RGB value is (226,66,155). Sum of RGB (Red+Green+Blue) = 226+66+155=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2429B is #1DBD64. Grayscale: #7B7B7B. Windows color (decimal): -1949029 or 10175202. OLE color: 10175202.

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

Color convert

RGB 226 66 155 -
CMYK 0 0.71 0.31 0.11
HSL 326.63º 0.73% 0.57% -
HSV(B) 326.63º 0.71% 0.89% -
XYZ 39.23 22.43 33.27 -
YUV 123.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 226 66 155 0 0.71 0.31 0.11 326.63 0.73 0.57
Hex E2 42 9B 0 47 1F B 147 49 39
Octal 342 102 233 0 107 37 13 507 111 71
Binary 11100010 1000010 10011011 0 1000111 11111 1011 101000111 1001001 111001

Color Harmonies of #E2429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2429B

Black with #E2429B

Text Example


Text Example

White with #E2429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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