Html Css Color HEX #E12995 Deep Cerise

📋 copy color: '#E12995'

red 225 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #E12995

Tints of Deep Cerise #E12995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.88%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 54.22%
G = 9.88%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E12995 (or 0xE12995) is known color: Deep Cerise. HEX triplet: E1, 29 and 95. RGB value is (225,41,149). Sum of RGB (Red+Green+Blue) = 225+41+149=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E12995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12995 is #1ED66A. Grayscale: #6C6C6C. Windows color (decimal): -2020971 or 9775585. OLE color: 9775585.

HSL color Cylindrical-coordinate representation of color #E12995: hue angle of 324.78º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12995 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 149 -
CMYK 0 0.82 0.34 0.12
HSL 324.78º 0.75% 0.52% -
HSV(B) 324.78º 0.82% 0.88% -
XYZ 37.27 19.76 30.28 -
YUV 108.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 225 41 149 0 0.82 0.34 0.12 324.78 0.75 0.52
Hex E1 29 95 0 52 22 C 145 4B 34
Octal 341 51 225 0 122 42 14 505 113 64
Binary 11100001 101001 10010101 0 1010010 100010 1100 101000101 1001011 110100

Color Harmonies of #E12995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12995

Black with #E12995

Text Example


Text Example

White with #E12995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12995; }

 p { color: rgb(225,41,149); }

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

background-color css

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

 a { background-color: rgb(225,41,149); }

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

border-color css

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

 span { border-color: rgb(225,41,149); }

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