Html Css Color HEX #E12285 Deep Cerise

📋 copy color: '#E12285'

red 225 ◦ green 34 ◦ blue 133

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

Shades of Deep Cerise #E12285

Tints of Deep Cerise #E12285

RGB

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

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

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

R = 57.4%
G = 8.67%
B = 33.93%

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

#E12285 (or 0xE12285) is known color: Deep Cerise. HEX triplet: E1, 22 and 85. RGB value is (225,34,133). Sum of RGB (Red+Green+Blue) = 225+34+133=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E12285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12285 is #1EDD7A. Grayscale: #666666. Windows color (decimal): -2022779 or 8725217. OLE color: 8725217.

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

Color convert

RGB 225 34 133 -
CMYK 0 0.85 0.41 0.12
HSL 328.9º 0.76% 0.51% -
HSV(B) 328.9º 0.85% 0.88% -
XYZ 35.86 18.85 23.94 -
YUV 102.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 225 34 133 0 0.85 0.41 0.12 328.9 0.76 0.51
Hex E1 22 85 0 55 29 C 149 4C 33
Octal 341 42 205 0 125 51 14 511 114 63
Binary 11100001 100010 10000101 0 1010101 101001 1100 101001001 1001100 110011

Color Harmonies of #E12285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12285

Black with #E12285

Text Example


Text Example

White with #E12285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12285; }

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

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

background-color css

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

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

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

border-color css

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

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

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