Html Css Color HEX #E51EA0 Persian Rose

📋 copy color: '#E51EA0'

red 229 ◦ green 30 ◦ blue 160

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

Shades of Persian Rose #E51EA0

Tints of Persian Rose #E51EA0

RGB

 RED value IS 229 (89.84% from 255) = 54.65%

 GREEN value IS 30 (12.11% from 255) = 7.16%

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 54.65%
G = 7.16%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E51EA0 (or 0xE51EA0) is known color: Persian Rose. HEX triplet: E5, 1E and A0. RGB value is (229,30,160). Sum of RGB (Red+Green+Blue) = 229+30+160=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51EA0 is #1AE15F. Grayscale: #686868. Windows color (decimal): -1761632 or 10493669. OLE color: 10493669.

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

Color convert

RGB 229 30 160 -
CMYK 0 0.87 0.30 0.10
HSL 320.8º 0.79% 0.51% -
HSV(B) 320.8º 0.87% 0.9% -
XYZ 39.12 20.12 35.08 -
YUV 104.32 159.43 216.93 -
System Red Green Blue C M Y K H S L
Decimal 229 30 160 0 0.87 0.30 0.10 320.8 0.79 0.51
Hex E5 1E A0 0 57 1E A 141 4F 33
Octal 345 36 240 0 127 36 12 501 117 63
Binary 11100101 11110 10100000 0 1010111 11110 1010 101000001 1001111 110011

Color Harmonies of #E51EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51EA0

Black with #E51EA0

Text Example


Text Example

White with #E51EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51EA0; }

 p { color: rgb(229,30,160); }

 H1.HeaderClassName
 {
   color: #E51EA0;
 }
 .AnyTagClassName
 {
   color: #E51EA0;
 }
</style>

background-color css

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

 a { background-color: rgb(229,30,160); }

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

border-color css

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

 span { border-color: rgb(229,30,160); }

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