Html Css Color HEX #E170BA Persian Pink

📋 copy color: '#E170BA'

red 225 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #E170BA

Tints of Persian Pink #E170BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 43.02%
G = 21.41%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E170BA (or 0xE170BA) is known color: Persian Pink. HEX triplet: E1, 70 and BA. RGB value is (225,112,186). Sum of RGB (Red+Green+Blue) = 225+112+186=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E170BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170BA is #1E8F45. Grayscale: #9A9A9A. Windows color (decimal): -2002758 or 12218593. OLE color: 12218593.

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

Color convert

RGB 225 112 186 -
CMYK 0 0.50 0.17 0.12
HSL 320.71º 0.65% 0.66% -
HSV(B) 320.71º 0.5% 0.88% -
XYZ 45.71 31.14 50.06 -
YUV 154.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 225 112 186 0 0.50 0.17 0.12 320.71 0.65 0.66
Hex E1 70 BA 0 32 11 C 141 41 42
Octal 341 160 272 0 62 21 14 501 101 102
Binary 11100001 1110000 10111010 0 110010 10001 1100 101000001 1000001 1000010

Color Harmonies of #E170BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170BA

Black with #E170BA

Text Example


Text Example

White with #E170BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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