#E11F9E

Color #E11F9E Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E11F9E

Tints of Persian Rose #E11F9E

Color information

#E11F9E (or 0xE11F9E) is unknown color: approx Persian Rose. HEX triplet: E1, 1F and 9E. RGB value is (225,31,158). Sum of RGB (Red+Green+Blue) = 225+31+158=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11F9E is #1EE061. Grayscale: #676767. Windows color (decimal): -2023522 or 10362849. OLE color: 10362849.

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

Color convert

RGB22531158-
CMYK00.860.300.12
HSL320.72º76.38%50.2%-
HSV(B)320.72º86.22%88.24%-
XYZ37.7119.4634.12-
YUV103.48158.77214.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.35%
GREEN value IS 31 (12.5% from 255) = 7.49%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=54.35%
G=7.49%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253115800.860.300.12320.7276.3850.2
HexE11F9E0561EC1414c32
Octal341372360126361450111462
Binary111000011111110011110010101101111011001010000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F9E; }

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

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

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

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

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

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

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

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