Html Css Color HEX #E12268 Cerise

📋 copy color: '#E12268'

red 225 ◦ green 34 ◦ blue 104

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

Shades of Cerise #E12268

Tints of Cerise #E12268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 61.98%
G = 9.37%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E12268 (or 0xE12268) is known color: Cerise. HEX triplet: E1, 22 and 68. RGB value is (225,34,104). Sum of RGB (Red+Green+Blue) = 225+34+104=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E12268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12268 is #1EDD97. Grayscale: #636363. Windows color (decimal): -2022808 or 6824673. OLE color: 6824673.

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

Color convert

RGB 225 34 104 -
CMYK 0 0.85 0.54 0.12
HSL 338.01º 0.76% 0.51% -
HSV(B) 338.01º 0.85% 0.88% -
XYZ 34.12 18.15 14.8 -
YUV 99.09 130.78 217.81 -
System Red Green Blue C M Y K H S L
Decimal 225 34 104 0 0.85 0.54 0.12 338.01 0.76 0.51
Hex E1 22 68 0 55 36 C 152 4C 33
Octal 341 42 150 0 125 66 14 522 114 63
Binary 11100001 100010 1101000 0 1010101 110110 1100 101010010 1001100 110011

Color Harmonies of #E12268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12268

Black with #E12268

Text Example


Text Example

White with #E12268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12268; }

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

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

background-color css

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

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

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

border-color css

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

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

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