Html Css Color HEX #E12E8C Deep Cerise

📋 copy color: '#E12E8C'

red 225 ◦ green 46 ◦ blue 140

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

Shades of Deep Cerise #E12E8C

Tints of Deep Cerise #E12E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 54.74%
G = 11.19%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E12E8C (or 0xE12E8C) is known color: Deep Cerise. HEX triplet: E1, 2E and 8C. RGB value is (225,46,140). Sum of RGB (Red+Green+Blue) = 225+46+140=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12E8C is #1ED173. Grayscale: #6E6E6E. Windows color (decimal): -2019700 or 9187041. OLE color: 9187041.

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

Color convert

RGB 225 46 140 -
CMYK 0 0.80 0.38 0.12
HSL 328.49º 0.75% 0.53% -
HSV(B) 328.49º 0.8% 0.88% -
XYZ 36.76 19.85 26.71 -
YUV 110.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 225 46 140 0 0.80 0.38 0.12 328.49 0.75 0.53
Hex E1 2E 8C 0 50 26 C 148 4B 35
Octal 341 56 214 0 120 46 14 510 113 65
Binary 11100001 101110 10001100 0 1010000 100110 1100 101001000 1001011 110101

Color Harmonies of #E12E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E8C

Black with #E12E8C

Text Example


Text Example

White with #E12E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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