Html Css Color HEX #E12570 Cerise

📋 copy color: '#E12570'

red 225 ◦ green 37 ◦ blue 112

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

Shades of Cerise #E12570

Tints of Cerise #E12570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 60.16%
G = 9.89%
B = 29.95%

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

#E12570 (or 0xE12570) is known color: Cerise. HEX triplet: E1, 25 and 70. RGB value is (225,37,112). Sum of RGB (Red+Green+Blue) = 225+37+112=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E12570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12570 is #1EDA8F. Grayscale: #656565. Windows color (decimal): -2022032 or 7349729. OLE color: 7349729.

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

Color convert

RGB 225 37 112 -
CMYK 0 0.84 0.50 0.12
HSL 336.06º 0.76% 0.51% -
HSV(B) 336.06º 0.84% 0.88% -
XYZ 34.64 18.5 17.07 -
YUV 101.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 225 37 112 0 0.84 0.50 0.12 336.06 0.76 0.51
Hex E1 25 70 0 54 32 C 150 4C 33
Octal 341 45 160 0 124 62 14 520 114 63
Binary 11100001 100101 1110000 0 1010100 110010 1100 101010000 1001100 110011

Color Harmonies of #E12570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12570

Black with #E12570

Text Example


Text Example

White with #E12570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12570; }

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

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

background-color css

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

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

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

border-color css

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

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

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