Html Css Color HEX #E12571 Cerise

📋 copy color: '#E12571'

red 225 ◦ green 37 ◦ blue 113

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

Shades of Cerise #E12571

Tints of Cerise #E12571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 60%
G = 9.87%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E12571 (or 0xE12571) is known color: Cerise. HEX triplet: E1, 25 and 71. RGB value is (225,37,113). Sum of RGB (Red+Green+Blue) = 225+37+113=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E12571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12571 is #1EDA8E. Grayscale: #656565. Windows color (decimal): -2022031 or 7415265. OLE color: 7415265.

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

Color convert

RGB 225 37 113 -
CMYK 0 0.84 0.50 0.12
HSL 335.74º 0.76% 0.51% -
HSV(B) 335.74º 0.84% 0.88% -
XYZ 34.69 18.52 17.37 -
YUV 101.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 225 37 113 0 0.84 0.50 0.12 335.74 0.76 0.51
Hex E1 25 71 0 54 32 C 150 4C 33
Octal 341 45 161 0 124 62 14 520 114 63
Binary 11100001 100101 1110001 0 1010100 110010 1100 101010000 1001100 110011

Color Harmonies of #E12571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12571

Black with #E12571

Text Example


Text Example

White with #E12571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12571; }

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

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

background-color css

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

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

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

border-color css

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

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

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