Html Css Color HEX #E12F93 Deep Cerise

📋 copy color: '#E12F93'

red 225 ◦ green 47 ◦ blue 147

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

Shades of Deep Cerise #E12F93

Tints of Deep Cerise #E12F93

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.22%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 53.7%
G = 11.22%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E12F93 (or 0xE12F93) is known color: Deep Cerise. HEX triplet: E1, 2F and 93. RGB value is (225,47,147). Sum of RGB (Red+Green+Blue) = 225+47+147=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12F93 is #1ED06C. Grayscale: #6F6F6F. Windows color (decimal): -2019437 or 9646049. OLE color: 9646049.

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

Color convert

RGB 225 47 147 -
CMYK 0 0.79 0.35 0.12
HSL 326.29º 0.75% 0.53% -
HSV(B) 326.29º 0.79% 0.88% -
XYZ 37.33 20.15 29.52 -
YUV 111.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 225 47 147 0 0.79 0.35 0.12 326.29 0.75 0.53
Hex E1 2F 93 0 4F 23 C 146 4B 35
Octal 341 57 223 0 117 43 14 506 113 65
Binary 11100001 101111 10010011 0 1001111 100011 1100 101000110 1001011 110101

Color Harmonies of #E12F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F93

Black with #E12F93

Text Example


Text Example

White with #E12F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F93; }

 p { color: rgb(225,47,147); }

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

background-color css

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

 a { background-color: rgb(225,47,147); }

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

border-color css

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

 span { border-color: rgb(225,47,147); }

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