Html Css Color HEX #E11DA2 Persian Rose

📋 copy color: '#E11DA2'

red 225 ◦ green 29 ◦ blue 162

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

Shades of Persian Rose #E11DA2

Tints of Persian Rose #E11DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 54.09%
G = 6.97%
B = 38.94%

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

#E11DA2 (or 0xE11DA2) is known color: Persian Rose. HEX triplet: E1, 1D and A2. RGB value is (225,29,162). Sum of RGB (Red+Green+Blue) = 225+29+162=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11DA2 is #1EE25D. Grayscale: #666666. Windows color (decimal): -2024030 or 10624481. OLE color: 10624481.

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

Color convert

RGB 225 29 162 -
CMYK 0 0.87 0.28 0.12
HSL 319.29º 0.77% 0.5% -
HSV(B) 319.29º 0.87% 0.88% -
XYZ 38.01 19.49 35.94 -
YUV 102.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 225 29 162 0 0.87 0.28 0.12 319.29 0.77 0.5
Hex E1 1D A2 0 57 1C C 13F 4D 32
Octal 341 35 242 0 127 34 14 477 115 62
Binary 11100001 11101 10100010 0 1010111 11100 1100 100111111 1001101 110010

Color Harmonies of #E11DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DA2

Black with #E11DA2

Text Example


Text Example

White with #E11DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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