Html Css Color HEX #E170AD Persian Pink

📋 copy color: '#E170AD'

red 225 ◦ green 112 ◦ blue 173

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

Shades of Persian Pink #E170AD

Tints of Persian Pink #E170AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.96%

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 44.12%
G = 21.96%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E170AD (or 0xE170AD) is known color: Persian Pink. HEX triplet: E1, 70 and AD. RGB value is (225,112,173). Sum of RGB (Red+Green+Blue) = 225+112+173=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E170AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E170AD is #1E8F52. Grayscale: #989898. Windows color (decimal): -2002771 or 11366625. OLE color: 11366625.

HSL color Cylindrical-coordinate representation of color #E170AD: hue angle of 327.61º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E170AD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 112 173 -
CMYK 0 0.50 0.23 0.12
HSL 327.61º 0.65% 0.66% -
HSV(B) 327.61º 0.5% 0.88% -
XYZ 44.39 30.61 43.1 -
YUV 152.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 225 112 173 0 0.50 0.23 0.12 327.61 0.65 0.66
Hex E1 70 AD 0 32 17 C 148 41 42
Octal 341 160 255 0 62 27 14 510 101 102
Binary 11100001 1110000 10101101 0 110010 10111 1100 101001000 1000001 1000010

Color Harmonies of #E170AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170AD

Black with #E170AD

Text Example


Text Example

White with #E170AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170AD; }

 p { color: rgb(225,112,173); }

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

background-color css

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

 a { background-color: rgb(225,112,173); }

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

border-color css

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

 span { border-color: rgb(225,112,173); }

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