#e11f98

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

Shades of Deep Cerise #E11F98

Tints of Deep Cerise #E11F98

Color information

#E11F98 (or 0xE11F98) is unknown color: approx Deep Cerise. HEX triplet: E1, 1F and 98. RGB value is (225,31,152). Sum of RGB (Red+Green+Blue) = 225+31+152=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11F98 is #1EE067. Grayscale: #666666. Windows color (decimal): -2023528 or 9969633. OLE color: 9969633.

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

Color convert

RGB22531152-
CMYK00.860.320.12
HSL322.58º76.38%50.2%-
HSV(B)322.58º86.22%88.24%-
XYZ37.2119.2531.46-
YUV102.8155.77215.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.15%
GREEN value IS 31 (12.5% from 255) = 7.60%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=55.15%
G=7.60%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253115200.860.320.12322.5876.3850.2
HexE11F9805620C1434c32
Octal341372300126401450311462
Binary1110000111111100110000101011010000011001010000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11f98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11f98; }

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

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

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

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

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

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

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

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