Html Css Color HEX #E12595 Deep Cerise

📋 copy color: '#E12595'

red 225 ◦ green 37 ◦ blue 149

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

Shades of Deep Cerise #E12595

Tints of Deep Cerise #E12595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9%

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

R = 54.74%
G = 9%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E12595 (or 0xE12595) is known color: Deep Cerise. HEX triplet: E1, 25 and 95. RGB value is (225,37,149). Sum of RGB (Red+Green+Blue) = 225+37+149=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E12595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12595 is #1EDA6A. Grayscale: #696969. Windows color (decimal): -2021995 or 9774561. OLE color: 9774561.

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

Color convert

RGB 225 37 149 -
CMYK 0 0.84 0.34 0.12
HSL 324.26º 0.76% 0.51% -
HSV(B) 324.26º 0.84% 0.88% -
XYZ 37.14 19.5 30.24 -
YUV 105.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 225 37 149 0 0.84 0.34 0.12 324.26 0.76 0.51
Hex E1 25 95 0 54 22 C 144 4C 33
Octal 341 45 225 0 124 42 14 504 114 63
Binary 11100001 100101 10010101 0 1010100 100010 1100 101000100 1001100 110011

Color Harmonies of #E12595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12595

Black with #E12595

Text Example


Text Example

White with #E12595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12595; }

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

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

background-color css

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

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

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

border-color css

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

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

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