Html Css Color HEX #E1329E Deep Cerise

📋 copy color: '#E1329E'

red 225 ◦ green 50 ◦ blue 158

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

Shades of Deep Cerise #E1329E

Tints of Deep Cerise #E1329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.55%

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

R = 51.96%
G = 11.55%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1329E (or 0xE1329E) is known color: Deep Cerise. HEX triplet: E1, 32 and 9E. RGB value is (225,50,158). Sum of RGB (Red+Green+Blue) = 225+50+158=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1329E is #1ECD61. Grayscale: #727272. Windows color (decimal): -2018658 or 10367713. OLE color: 10367713.

HSL color Cylindrical-coordinate representation of color #E1329E: hue angle of 322.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1329E is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 158 -
CMYK 0 0.78 0.30 0.12
HSL 322.97º 0.74% 0.54% -
HSV(B) 322.97º 0.78% 0.88% -
XYZ 38.36 20.76 34.33 -
YUV 114.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 225 50 158 0 0.78 0.30 0.12 322.97 0.74 0.54
Hex E1 32 9E 0 4E 1E C 143 4A 36
Octal 341 62 236 0 116 36 14 503 112 66
Binary 11100001 110010 10011110 0 1001110 11110 1100 101000011 1001010 110110

Color Harmonies of #E1329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1329E

Black with #E1329E

Text Example


Text Example

White with #E1329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1329E; }

 p { color: rgb(225,50,158); }

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

background-color css

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

 a { background-color: rgb(225,50,158); }

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

border-color css

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

 span { border-color: rgb(225,50,158); }

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