Html Css Color HEX #E12185 Deep Cerise

📋 copy color: '#E12185'

red 225 ◦ green 33 ◦ blue 133

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

Shades of Deep Cerise #E12185

Tints of Deep Cerise #E12185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 57.54%
G = 8.44%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E12185 (or 0xE12185) is known color: Deep Cerise. HEX triplet: E1, 21 and 85. RGB value is (225,33,133). Sum of RGB (Red+Green+Blue) = 225+33+133=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E12185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12185 is #1EDE7A. Grayscale: #656565. Windows color (decimal): -2023035 or 8724961. OLE color: 8724961.

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

Color convert

RGB 225 33 133 -
CMYK 0 0.85 0.41 0.12
HSL 328.75º 0.76% 0.51% -
HSV(B) 328.75º 0.85% 0.88% -
XYZ 35.83 18.79 23.93 -
YUV 101.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 225 33 133 0 0.85 0.41 0.12 328.75 0.76 0.51
Hex E1 21 85 0 55 29 C 149 4C 33
Octal 341 41 205 0 125 51 14 511 114 63
Binary 11100001 100001 10000101 0 1010101 101001 1100 101001001 1001100 110011

Color Harmonies of #E12185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12185

Black with #E12185

Text Example


Text Example

White with #E12185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12185; }

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

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

background-color css

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

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

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

border-color css

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

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

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