Html Css Color HEX #E51DA1 Persian Rose

📋 copy color: '#E51DA1'

red 229 ◦ green 29 ◦ blue 161

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

Shades of Persian Rose #E51DA1

Tints of Persian Rose #E51DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.92%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 54.65%
G = 6.92%
B = 38.42%

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

#E51DA1 (or 0xE51DA1) is known color: Persian Rose. HEX triplet: E5, 1D and A1. RGB value is (229,29,161). Sum of RGB (Red+Green+Blue) = 229+29+161=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51DA1 is #1AE25E. Grayscale: #676767. Windows color (decimal): -1761887 or 10558949. OLE color: 10558949.

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

Color convert

RGB 229 29 161 -
CMYK 0 0.87 0.30 0.10
HSL 320.4º 0.79% 0.51% -
HSV(B) 320.4º 0.87% 0.9% -
XYZ 39.19 20.11 35.53 -
YUV 103.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 229 29 161 0 0.87 0.30 0.10 320.4 0.79 0.51
Hex E5 1D A1 0 57 1E A 140 4F 33
Octal 345 35 241 0 127 36 12 500 117 63
Binary 11100101 11101 10100001 0 1010111 11110 1010 101000000 1001111 110011

Color Harmonies of #E51DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51DA1

Black with #E51DA1

Text Example


Text Example

White with #E51DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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