Html Css Color HEX #E12B6E Cerise

📋 copy color: '#E12B6E'

red 225 ◦ green 43 ◦ blue 110

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

Shades of Cerise #E12B6E

Tints of Cerise #E12B6E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

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

R = 59.52%
G = 11.38%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E12B6E (or 0xE12B6E) is known color: Cerise. HEX triplet: E1, 2B and 6E. RGB value is (225,43,110). Sum of RGB (Red+Green+Blue) = 225+43+110=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B6E is #1ED491. Grayscale: #686868. Windows color (decimal): -2020498 or 7220193. OLE color: 7220193.

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

Color convert

RGB 225 43 110 -
CMYK 0 0.81 0.51 0.12
HSL 337.91º 0.75% 0.53% -
HSV(B) 337.91º 0.81% 0.88% -
XYZ 34.73 18.86 16.56 -
YUV 105.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 225 43 110 0 0.81 0.51 0.12 337.91 0.75 0.53
Hex E1 2B 6E 0 51 33 C 152 4B 35
Octal 341 53 156 0 121 63 14 522 113 65
Binary 11100001 101011 1101110 0 1010001 110011 1100 101010010 1001011 110101

Color Harmonies of #E12B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B6E

Black with #E12B6E

Text Example


Text Example

White with #E12B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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