#E51D9F

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

Shades of Persian Rose #E51D9F

Tints of Persian Rose #E51D9F

Color information

#E51D9F (or 0xE51D9F) is unknown color: approx Persian Rose. HEX triplet: E5, 1D and 9F. RGB value is (229,29,159). Sum of RGB (Red+Green+Blue) = 229+29+159=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51D9F is #1AE260. Grayscale: #676767. Windows color (decimal): -1761889 or 10427877. OLE color: 10427877.

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

Color convert

RGB22929159-
CMYK00.870.310.10
HSL321º79.37%50.59%-
HSV(B)321º87.34%89.8%-
XYZ39.0120.0434.61-
YUV103.62159.26217.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.92%
GREEN value IS 29 (11.72% from 255) = 6.95%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=54.92%
G=6.95%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292915900.870.310.1032179.3750.59
HexE51D9F0571FA1414f33
Octal345352370127371250111763
Binary111001011110110011111010101111111110101010000011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51D9F; }

 p { color: rgb(229,29,159); }

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

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

 a { background-color: rgb(229,29,159); }

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

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

 span { border-color: rgb(229,29,159); }

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