Html Css Color HEX #E12D8E Deep Cerise

📋 copy color: '#E12D8E'

red 225 ◦ green 45 ◦ blue 142

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

Shades of Deep Cerise #E12D8E

Tints of Deep Cerise #E12D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.92%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 54.61%
G = 10.92%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E12D8E (or 0xE12D8E) is known color: Deep Cerise. HEX triplet: E1, 2D and 8E. RGB value is (225,45,142). Sum of RGB (Red+Green+Blue) = 225+45+142=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12D8E is #1ED271. Grayscale: #6D6D6D. Windows color (decimal): -2019954 or 9317857. OLE color: 9317857.

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

Color convert

RGB 225 45 142 -
CMYK 0 0.8 0.37 0.12
HSL 327.67º 0.75% 0.53% -
HSV(B) 327.67º 0.8% 0.88% -
XYZ 36.87 19.84 27.48 -
YUV 109.88 146.13 210.11 -
System Red Green Blue C M Y K H S L
Decimal 225 45 142 0 0.8 0.37 0.12 327.67 0.75 0.53
Hex E1 2D 8E 0 50 25 C 148 4B 35
Octal 341 55 216 0 120 45 14 510 113 65
Binary 11100001 101101 10001110 0 1010000 100101 1100 101001000 1001011 110101

Color Harmonies of #E12D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D8E

Black with #E12D8E

Text Example


Text Example

White with #E12D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D8E; }

 p { color: rgb(225,45,142); }

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

background-color css

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

 a { background-color: rgb(225,45,142); }

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

border-color css

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

 span { border-color: rgb(225,45,142); }

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