Html Css Color HEX #E12560 Cerise

📋 copy color: '#E12560'

red 225 ◦ green 37 ◦ blue 96

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

Shades of Cerise #E12560

Tints of Cerise #E12560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

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

R = 62.85%
G = 10.34%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E12560 (or 0xE12560) is known color: Cerise. HEX triplet: E1, 25 and 60. RGB value is (225,37,96). Sum of RGB (Red+Green+Blue) = 225+37+96=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E12560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12560 is #1EDA9F. Grayscale: #636363. Windows color (decimal): -2022048 or 6301153. OLE color: 6301153.

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

Color convert

RGB 225 37 96 -
CMYK 0 0.84 0.57 0.12
HSL 341.17º 0.76% 0.51% -
HSV(B) 341.17º 0.84% 0.88% -
XYZ 33.82 18.18 12.79 -
YUV 99.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 225 37 96 0 0.84 0.57 0.12 341.17 0.76 0.51
Hex E1 25 60 0 54 39 C 155 4C 33
Octal 341 45 140 0 124 71 14 525 114 63
Binary 11100001 100101 1100000 0 1010100 111001 1100 101010101 1001100 110011

Color Harmonies of #E12560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12560

Black with #E12560

Text Example


Text Example

White with #E12560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12560; }

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

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

background-color css

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

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

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

border-color css

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

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

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