Html Css Color HEX #E12475 Deep Cerise

📋 copy color: '#E12475'

red 225 ◦ green 36 ◦ blue 117

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

Shades of Deep Cerise #E12475

Tints of Deep Cerise #E12475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.52%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 59.52%
G = 9.52%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12475 (or 0xE12475) is known color: Deep Cerise. HEX triplet: E1, 24 and 75. RGB value is (225,36,117). Sum of RGB (Red+Green+Blue) = 225+36+117=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E12475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12475 is #1EDB8A. Grayscale: #656565. Windows color (decimal): -2022283 or 7677153. OLE color: 7677153.

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

Color convert

RGB 225 36 117 -
CMYK 0 0.84 0.48 0.12
HSL 334.29º 0.76% 0.51% -
HSV(B) 334.29º 0.84% 0.88% -
XYZ 34.89 18.55 18.57 -
YUV 101.75 136.62 215.91 -
System Red Green Blue C M Y K H S L
Decimal 225 36 117 0 0.84 0.48 0.12 334.29 0.76 0.51
Hex E1 24 75 0 54 30 C 14E 4C 33
Octal 341 44 165 0 124 60 14 516 114 63
Binary 11100001 100100 1110101 0 1010100 110000 1100 101001110 1001100 110011

Color Harmonies of #E12475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12475

Black with #E12475

Text Example


Text Example

White with #E12475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12475; }

 p { color: rgb(225,36,117); }

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

background-color css

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

 a { background-color: rgb(225,36,117); }

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

border-color css

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

 span { border-color: rgb(225,36,117); }

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