#E11F92

Color #E11F92 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E11F92

Tints of Deep Cerise #E11F92

Color information

#E11F92 (or 0xE11F92) is unknown color: approx Deep Cerise. HEX triplet: E1, 1F and 92. RGB value is (225,31,146). Sum of RGB (Red+Green+Blue) = 225+31+146=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11F92 is #1EE06D. Grayscale: #656565. Windows color (decimal): -2023534 or 9576417. OLE color: 9576417.

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

Color convert

RGB22531146-
CMYK00.860.350.12
HSL324.43º76.38%50.2%-
HSV(B)324.43º86.22%88.24%-
XYZ36.7319.0628.94-
YUV102.12152.77215.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.97%
GREEN value IS 31 (12.5% from 255) = 7.71%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=55.97%
G=7.71%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253114600.860.350.12324.4376.3850.2
HexE11F9205623C1444c32
Octal341372220126431450411462
Binary1110000111111100100100101011010001111001010001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F92; }

 p { color: rgb(225,31,146); }

 H1.HeaderClassName
 {
   color: #E11F92;
 }
 .AnyTagClassName
 {
   color: #E11F92;
 }
</style>
background-color css

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

 a { background-color: rgb(225,31,146); }

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

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

 span { border-color: rgb(225,31,146); }

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