Html Css Color HEX #E12277 Deep Cerise

📋 copy color: '#E12277'

red 225 ◦ green 34 ◦ blue 119

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

Shades of Deep Cerise #E12277

Tints of Deep Cerise #E12277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.99%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 59.52%
G = 8.99%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E12277 (or 0xE12277) is known color: Deep Cerise. HEX triplet: E1, 22 and 77. RGB value is (225,34,119). Sum of RGB (Red+Green+Blue) = 225+34+119=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E12277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12277 is #1EDD88. Grayscale: #646464. Windows color (decimal): -2022793 or 7807713. OLE color: 7807713.

HSL color Cylindrical-coordinate representation of color #E12277: hue angle of 333.3º 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 #E12277 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 119 -
CMYK 0 0.85 0.47 0.12
HSL 333.3º 0.76% 0.51% -
HSV(B) 333.3º 0.85% 0.88% -
XYZ 34.95 18.48 19.18 -
YUV 100.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 225 34 119 0 0.85 0.47 0.12 333.3 0.76 0.51
Hex E1 22 77 0 55 2F C 14D 4C 33
Octal 341 42 167 0 125 57 14 515 114 63
Binary 11100001 100010 1110111 0 1010101 101111 1100 101001101 1001100 110011

Color Harmonies of #E12277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12277

Black with #E12277

Text Example


Text Example

White with #E12277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12277; }

 p { color: rgb(225,34,119); }

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

background-color css

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

 a { background-color: rgb(225,34,119); }

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

border-color css

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

 span { border-color: rgb(225,34,119); }

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