Html Css Color HEX #E12D6E Cerise

📋 copy color: '#E12D6E'

red 225 ◦ green 45 ◦ blue 110

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

Shades of Cerise #E12D6E

Tints of Cerise #E12D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 59.21%
G = 11.84%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E12D6E (or 0xE12D6E) is known color: Cerise. HEX triplet: E1, 2D and 6E. RGB value is (225,45,110). Sum of RGB (Red+Green+Blue) = 225+45+110=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D6E is #1ED291. Grayscale: #6A6A6A. Windows color (decimal): -2019986 or 7220705. OLE color: 7220705.

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

Color convert

RGB 225 45 110 -
CMYK 0 0.8 0.51 0.12
HSL 338.33º 0.75% 0.53% -
HSV(B) 338.33º 0.8% 0.88% -
XYZ 34.8 19.01 16.59 -
YUV 106.23 130.13 212.71 -
System Red Green Blue C M Y K H S L
Decimal 225 45 110 0 0.8 0.51 0.12 338.33 0.75 0.53
Hex E1 2D 6E 0 50 33 C 152 4B 35
Octal 341 55 156 0 120 63 14 522 113 65
Binary 11100001 101101 1101110 0 1010000 110011 1100 101010010 1001011 110101

Color Harmonies of #E12D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D6E

Black with #E12D6E

Text Example


Text Example

White with #E12D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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