Html Css Color HEX #E11DA1 Persian Rose

📋 copy color: '#E11DA1'

red 225 ◦ green 29 ◦ blue 161

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

Shades of Persian Rose #E11DA1

Tints of Persian Rose #E11DA1

RGB

 RED value IS 225 (88.28% from 255) = 54.22%

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

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

R = 54.22%
G = 6.99%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E11DA1 (or 0xE11DA1) is known color: Persian Rose. HEX triplet: E1, 1D and A1. RGB value is (225,29,161). Sum of RGB (Red+Green+Blue) = 225+29+161=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11DA1 is #1EE25E. Grayscale: #666666. Windows color (decimal): -2024031 or 10558945. OLE color: 10558945.

HSL color Cylindrical-coordinate representation of color #E11DA1: hue angle of 319.59º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11DA1 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 29 161 -
CMYK 0 0.87 0.28 0.12
HSL 319.59º 0.77% 0.5% -
HSV(B) 319.59º 0.87% 0.88% -
XYZ 37.92 19.46 35.48 -
YUV 102.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 225 29 161 0 0.87 0.28 0.12 319.59 0.77 0.5
Hex E1 1D A1 0 57 1C C 140 4D 32
Octal 341 35 241 0 127 34 14 500 115 62
Binary 11100001 11101 10100001 0 1010111 11100 1100 101000000 1001101 110010

Color Harmonies of #E11DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DA1

Black with #E11DA1

Text Example


Text Example

White with #E11DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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