Html Css Color HEX #E12874 Cerise

📋 copy color: '#E12874'

red 225 ◦ green 40 ◦ blue 116

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

Shades of Cerise #E12874

Tints of Cerise #E12874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.5%

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

R = 59.06%
G = 10.5%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12874 (or 0xE12874) is known color: Cerise. HEX triplet: E1, 28 and 74. RGB value is (225,40,116). Sum of RGB (Red+Green+Blue) = 225+40+116=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E12874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12874 is #1ED78B. Grayscale: #676767. Windows color (decimal): -2021260 or 7612641. OLE color: 7612641.

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

Color convert

RGB 225 40 116 -
CMYK 0 0.82 0.48 0.12
HSL 335.35º 0.76% 0.52% -
HSV(B) 335.35º 0.82% 0.88% -
XYZ 34.96 18.79 18.31 -
YUV 103.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 225 40 116 0 0.82 0.48 0.12 335.35 0.76 0.52
Hex E1 28 74 0 52 30 C 14F 4C 34
Octal 341 50 164 0 122 60 14 517 114 64
Binary 11100001 101000 1110100 0 1010010 110000 1100 101001111 1001100 110100

Color Harmonies of #E12874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12874

Black with #E12874

Text Example


Text Example

White with #E12874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12874; }

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

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

background-color css

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

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

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

border-color css

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

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

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