Html Css Color HEX #E1429C Deep Cerise

📋 copy color: '#E1429C'

red 225 ◦ green 66 ◦ blue 156

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

Shades of Deep Cerise #E1429C

Tints of Deep Cerise #E1429C

RGB

 RED value IS 225 (88.28% from 255) = 50.34%

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

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

R = 50.34%
G = 14.77%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1429C (or 0xE1429C) is known color: Deep Cerise. HEX triplet: E1, 42 and 9C. RGB value is (225,66,156). Sum of RGB (Red+Green+Blue) = 225+66+156=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1429C is #1EBD63. Grayscale: #7B7B7B. Windows color (decimal): -2014564 or 10240737. OLE color: 10240737.

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

Color convert

RGB 225 66 156 -
CMYK 0 0.71 0.31 0.12
HSL 326.04º 0.73% 0.57% -
HSV(B) 326.04º 0.71% 0.88% -
XYZ 39 22.3 33.7 -
YUV 123.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 225 66 156 0 0.71 0.31 0.12 326.04 0.73 0.57
Hex E1 42 9C 0 47 1F C 146 49 39
Octal 341 102 234 0 107 37 14 506 111 71
Binary 11100001 1000010 10011100 0 1000111 11111 1100 101000110 1001001 111001

Color Harmonies of #E1429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1429C

Black with #E1429C

Text Example


Text Example

White with #E1429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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