Html Css Color HEX #E12574 Cerise

📋 copy color: '#E12574'

red 225 ◦ green 37 ◦ blue 116

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

Shades of Cerise #E12574

Tints of Cerise #E12574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 59.52%
G = 9.79%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12574 (or 0xE12574) is known color: Cerise. HEX triplet: E1, 25 and 74. RGB value is (225,37,116). Sum of RGB (Red+Green+Blue) = 225+37+116=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E12574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12574 is #1EDA8B. Grayscale: #666666. Windows color (decimal): -2022028 or 7611873. OLE color: 7611873.

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

Color convert

RGB 225 37 116 -
CMYK 0 0.84 0.48 0.12
HSL 334.79º 0.76% 0.51% -
HSV(B) 334.79º 0.84% 0.88% -
XYZ 34.87 18.59 18.27 -
YUV 102.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 225 37 116 0 0.84 0.48 0.12 334.79 0.76 0.51
Hex E1 25 74 0 54 30 C 14F 4C 33
Octal 341 45 164 0 124 60 14 517 114 63
Binary 11100001 100101 1110100 0 1010100 110000 1100 101001111 1001100 110011

Color Harmonies of #E12574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12574

Black with #E12574

Text Example


Text Example

White with #E12574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12574; }

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

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

background-color css

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

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

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

border-color css

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

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

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