Html Css Color HEX #E12E9F Deep Cerise

📋 copy color: '#E12E9F'

red 225 ◦ green 46 ◦ blue 159

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

Shades of Deep Cerise #E12E9F

Tints of Deep Cerise #E12E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.7%

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 52.33%
G = 10.7%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E12E9F (or 0xE12E9F) is known color: Deep Cerise. HEX triplet: E1, 2E and 9F. RGB value is (225,46,159). Sum of RGB (Red+Green+Blue) = 225+46+159=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12E9F is #1ED160. Grayscale: #707070. Windows color (decimal): -2019681 or 10432225. OLE color: 10432225.

HSL color Cylindrical-coordinate representation of color #E12E9F: hue angle of 322.12º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12E9F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 46 159 -
CMYK 0 0.80 0.29 0.12
HSL 322.12º 0.75% 0.53% -
HSV(B) 322.12º 0.8% 0.88% -
XYZ 38.29 20.46 34.73 -
YUV 112.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 225 46 159 0 0.80 0.29 0.12 322.12 0.75 0.53
Hex E1 2E 9F 0 50 1D C 142 4B 35
Octal 341 56 237 0 120 35 14 502 113 65
Binary 11100001 101110 10011111 0 1010000 11101 1100 101000010 1001011 110101

Color Harmonies of #E12E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E9F

Black with #E12E9F

Text Example


Text Example

White with #E12E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E9F; }

 p { color: rgb(225,46,159); }

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

background-color css

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

 a { background-color: rgb(225,46,159); }

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

border-color css

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

 span { border-color: rgb(225,46,159); }

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