Html Css Color HEX #E12466 Cerise

📋 copy color: '#E12466'

red 225 ◦ green 36 ◦ blue 102

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

Shades of Cerise #E12466

Tints of Cerise #E12466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

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

R = 61.98%
G = 9.92%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E12466 (or 0xE12466) is known color: Cerise. HEX triplet: E1, 24 and 66. RGB value is (225,36,102). Sum of RGB (Red+Green+Blue) = 225+36+102=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E12466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12466 is #1EDB99. Grayscale: #636363. Windows color (decimal): -2022298 or 6694113. OLE color: 6694113.

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

Color convert

RGB 225 36 102 -
CMYK 0 0.84 0.55 0.12
HSL 339.05º 0.76% 0.51% -
HSV(B) 339.05º 0.84% 0.88% -
XYZ 34.08 18.23 14.29 -
YUV 100.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 225 36 102 0 0.84 0.55 0.12 339.05 0.76 0.51
Hex E1 24 66 0 54 37 C 153 4C 33
Octal 341 44 146 0 124 67 14 523 114 63
Binary 11100001 100100 1100110 0 1010100 110111 1100 101010011 1001100 110011

Color Harmonies of #E12466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12466

Black with #E12466

Text Example


Text Example

White with #E12466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12466; }

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

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

background-color css

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

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

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

border-color css

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

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

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