Html Css Color HEX #E12D60 Cerise

📋 copy color: '#E12D60'

red 225 ◦ green 45 ◦ blue 96

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

Shades of Cerise #E12D60

Tints of Cerise #E12D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 61.48%
G = 12.3%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E12D60 (or 0xE12D60) is known color: Cerise. HEX triplet: E1, 2D and 60. RGB value is (225,45,96). Sum of RGB (Red+Green+Blue) = 225+45+96=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D60 is #1ED29F. Grayscale: #686868. Windows color (decimal): -2020000 or 6303201. OLE color: 6303201.

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

Color convert

RGB 225 45 96 -
CMYK 0 0.8 0.57 0.12
HSL 343º 0.75% 0.53% -
HSV(B) 343º 0.8% 0.88% -
XYZ 34.1 18.73 12.88 -
YUV 104.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 225 45 96 0 0.8 0.57 0.12 343 0.75 0.53
Hex E1 2D 60 0 50 39 C 157 4B 35
Octal 341 55 140 0 120 71 14 527 113 65
Binary 11100001 101101 1100000 0 1010000 111001 1100 101010111 1001011 110101

Color Harmonies of #E12D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D60

Black with #E12D60

Text Example


Text Example

White with #E12D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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