#E51F9B

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

Shades of Persian Rose #E51F9B

Tints of Persian Rose #E51F9B

Color information

#E51F9B (or 0xE51F9B) is unknown color: approx Persian Rose. HEX triplet: E5, 1F and 9B. RGB value is (229,31,155). Sum of RGB (Red+Green+Blue) = 229+31+155=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51F9B is #1AE064. Grayscale: #686868. Windows color (decimal): -1761381 or 10166245. OLE color: 10166245.

HSL color Cylindrical-coordinate representation of color #E51F9B: hue angle of 322.42º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51F9B is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB22931155-
CMYK00.860.320.10
HSL322.42º79.2%50.98%-
HSV(B)322.42º86.46%89.8%-
XYZ38.722032.83-
YUV104.34156.6216.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 31 (12.5% from 255) = 7.47%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=55.18%
G=7.47%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293115500.860.320.10322.4279.250.98
HexE51F9B05620A1424f33
Octal345372330126401250211763
Binary1110010111111100110110101011010000010101010000101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51F9B; }

 p { color: rgb(229,31,155); }

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

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

 a { background-color: rgb(229,31,155); }

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

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

 span { border-color: rgb(229,31,155); }

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