Html Css Color HEX #E1299C Deep Cerise

📋 copy color: '#E1299C'

red 225 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #E1299C

Tints of Deep Cerise #E1299C

RGB

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

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

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

R = 53.32%
G = 9.72%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1299C (or 0xE1299C) is known color: Deep Cerise. HEX triplet: E1, 29 and 9C. RGB value is (225,41,156). Sum of RGB (Red+Green+Blue) = 225+41+156=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1299C is #1ED663. Grayscale: #6C6C6C. Windows color (decimal): -2020964 or 10234337. OLE color: 10234337.

HSL color Cylindrical-coordinate representation of color #E1299C: hue angle of 322.5º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1299C is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 156 -
CMYK 0 0.82 0.31 0.12
HSL 322.5º 0.75% 0.52% -
HSV(B) 322.5º 0.82% 0.88% -
XYZ 37.85 19.99 33.32 -
YUV 109.13 154.46 210.65 -
System Red Green Blue C M Y K H S L
Decimal 225 41 156 0 0.82 0.31 0.12 322.5 0.75 0.52
Hex E1 29 9C 0 52 1F C 142 4B 34
Octal 341 51 234 0 122 37 14 502 113 64
Binary 11100001 101001 10011100 0 1010010 11111 1100 101000010 1001011 110100

Color Harmonies of #E1299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1299C

Black with #E1299C

Text Example


Text Example

White with #E1299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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