Html Css Color HEX #E12866 Cerise

📋 copy color: '#E12866'

red 225 ◦ green 40 ◦ blue 102

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

Shades of Cerise #E12866

Tints of Cerise #E12866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 61.31%
G = 10.9%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E12866 (or 0xE12866) is known color: Cerise. HEX triplet: E1, 28 and 66. RGB value is (225,40,102). Sum of RGB (Red+Green+Blue) = 225+40+102=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E12866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12866 is #1ED799. Grayscale: #666666. Windows color (decimal): -2021274 or 6695137. OLE color: 6695137.

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

Color convert

RGB 225 40 102 -
CMYK 0 0.82 0.55 0.12
HSL 339.89º 0.76% 0.52% -
HSV(B) 339.89º 0.82% 0.88% -
XYZ 34.21 18.48 14.34 -
YUV 102.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 225 40 102 0 0.82 0.55 0.12 339.89 0.76 0.52
Hex E1 28 66 0 52 37 C 154 4C 34
Octal 341 50 146 0 122 67 14 524 114 64
Binary 11100001 101000 1100110 0 1010010 110111 1100 101010100 1001100 110100

Color Harmonies of #E12866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12866

Black with #E12866

Text Example


Text Example

White with #E12866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12866; }

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

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

background-color css

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

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

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

border-color css

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

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

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