Html Css Color HEX #E12F98 Deep Cerise

📋 copy color: '#E12F98'

red 225 ◦ green 47 ◦ blue 152

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

Shades of Deep Cerise #E12F98

Tints of Deep Cerise #E12F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 53.07%
G = 11.08%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E12F98 (or 0xE12F98) is known color: Deep Cerise. HEX triplet: E1, 2F and 98. RGB value is (225,47,152). Sum of RGB (Red+Green+Blue) = 225+47+152=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12F98 is #1ED067. Grayscale: #6F6F6F. Windows color (decimal): -2019432 or 9973729. OLE color: 9973729.

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

Color convert

RGB 225 47 152 -
CMYK 0 0.79 0.32 0.12
HSL 324.61º 0.75% 0.53% -
HSV(B) 324.61º 0.79% 0.88% -
XYZ 37.74 20.31 31.64 -
YUV 112.19 150.47 208.46 -
System Red Green Blue C M Y K H S L
Decimal 225 47 152 0 0.79 0.32 0.12 324.61 0.75 0.53
Hex E1 2F 98 0 4F 20 C 145 4B 35
Octal 341 57 230 0 117 40 14 505 113 65
Binary 11100001 101111 10011000 0 1001111 100000 1100 101000101 1001011 110101

Color Harmonies of #E12F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F98

Black with #E12F98

Text Example


Text Example

White with #E12F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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