Html Css Color HEX #E12264 Cerise

📋 copy color: '#E12264'

red 225 ◦ green 34 ◦ blue 100

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

Shades of Cerise #E12264

Tints of Cerise #E12264

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 62.67%
G = 9.47%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E12264 (or 0xE12264) is known color: Cerise. HEX triplet: E1, 22 and 64. RGB value is (225,34,100). Sum of RGB (Red+Green+Blue) = 225+34+100=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E12264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12264 is #1EDD9B. Grayscale: #626262. Windows color (decimal): -2022812 or 6562529. OLE color: 6562529.

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

Color convert

RGB 225 34 100 -
CMYK 0 0.85 0.56 0.12
HSL 339.27º 0.76% 0.51% -
HSV(B) 339.27º 0.85% 0.88% -
XYZ 33.92 18.07 13.76 -
YUV 98.63 128.78 218.13 -
System Red Green Blue C M Y K H S L
Decimal 225 34 100 0 0.85 0.56 0.12 339.27 0.76 0.51
Hex E1 22 64 0 55 38 C 153 4C 33
Octal 341 42 144 0 125 70 14 523 114 63
Binary 11100001 100010 1100100 0 1010101 111000 1100 101010011 1001100 110011

Color Harmonies of #E12264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12264

Black with #E12264

Text Example


Text Example

White with #E12264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12264; }

 p { color: rgb(225,34,100); }

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

background-color css

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

 a { background-color: rgb(225,34,100); }

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

border-color css

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

 span { border-color: rgb(225,34,100); }

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