Html Css Color HEX #E1219C Deep Cerise

📋 copy color: '#E1219C'

red 225 ◦ green 33 ◦ blue 156

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

Shades of Deep Cerise #E1219C

Tints of Deep Cerise #E1219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.97%

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

R = 54.35%
G = 7.97%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1219C (or 0xE1219C) is known color: Deep Cerise. HEX triplet: E1, 21 and 9C. RGB value is (225,33,156). Sum of RGB (Red+Green+Blue) = 225+33+156=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1219C is #1EDE63. Grayscale: #686868. Windows color (decimal): -2023012 or 10232289. OLE color: 10232289.

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

Color convert

RGB 225 33 156 -
CMYK 0 0.85 0.31 0.12
HSL 321.56º 0.76% 0.51% -
HSV(B) 321.56º 0.85% 0.88% -
XYZ 37.6 19.5 33.23 -
YUV 104.43 157.11 214 -
System Red Green Blue C M Y K H S L
Decimal 225 33 156 0 0.85 0.31 0.12 321.56 0.76 0.51
Hex E1 21 9C 0 55 1F C 142 4C 33
Octal 341 41 234 0 125 37 14 502 114 63
Binary 11100001 100001 10011100 0 1010101 11111 1100 101000010 1001100 110011

Color Harmonies of #E1219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1219C

Black with #E1219C

Text Example


Text Example

White with #E1219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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