Html Css Color HEX #E1209A Deep Cerise

📋 copy color: '#E1209A'

red 225 ◦ green 32 ◦ blue 154

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

Shades of Deep Cerise #E1209A

Tints of Deep Cerise #E1209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.79%

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 54.74%
G = 7.79%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1209A (or 0xE1209A) is known color: Deep Cerise. HEX triplet: E1, 20 and 9A. RGB value is (225,32,154). Sum of RGB (Red+Green+Blue) = 225+32+154=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1209A is #1EDF65. Grayscale: #676767. Windows color (decimal): -2023270 or 10100961. OLE color: 10100961.

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

Color convert

RGB 225 32 154 -
CMYK 0 0.86 0.32 0.12
HSL 322.07º 0.76% 0.5% -
HSV(B) 322.07º 0.86% 0.88% -
XYZ 37.4 19.37 32.34 -
YUV 103.62 156.44 214.58 -
System Red Green Blue C M Y K H S L
Decimal 225 32 154 0 0.86 0.32 0.12 322.07 0.76 0.5
Hex E1 20 9A 0 56 20 C 142 4C 32
Octal 341 40 232 0 126 40 14 502 114 62
Binary 11100001 100000 10011010 0 1010110 100000 1100 101000010 1001100 110010

Color Harmonies of #E1209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1209A

Black with #E1209A

Text Example


Text Example

White with #E1209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1209A; }

 p { color: rgb(225,32,154); }

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

background-color css

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

 a { background-color: rgb(225,32,154); }

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

border-color css

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

 span { border-color: rgb(225,32,154); }

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