Html Css Color HEX #E51D9F Persian Rose

📋 copy color: '#E51D9F'

red 229 ◦ green 29 ◦ blue 159

#E51D9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E51D9F

Tints of Persian Rose #E51D9F

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 value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E51D9F (or 0xE51D9F) is known color: 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

RGB 229 29 159 -
CMYK 0 0.87 0.31 0.10
HSL 321º 0.79% 0.51% -
HSV(B) 321º 0.87% 0.9% -
XYZ 39.01 20.04 34.61 -
YUV 103.62 159.26 217.43 -
System Red Green Blue C M Y K H S L
Decimal 229 29 159 0 0.87 0.31 0.10 321 0.79 0.51
Hex E5 1D 9F 0 57 1F A 141 4F 33
Octal 345 35 237 0 127 37 12 501 117 63
Binary 11100101 11101 10011111 0 1010111 11111 1010 101000001 1001111 110011

Color Harmonies of #E51D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51D9F

Black with #E51D9F

Text Example


Text Example

White with #E51D9F

Text Example


Text Example

HTML Codes & Css Web 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>