Html Css Color HEX #E170B6 Persian Pink

📋 copy color: '#E170B6'

red 225 ◦ green 112 ◦ blue 182

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

Shades of Persian Pink #E170B6

Tints of Persian Pink #E170B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 43.35%
G = 21.58%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E170B6 (or 0xE170B6) is known color: Persian Pink. HEX triplet: E1, 70 and B6. RGB value is (225,112,182). Sum of RGB (Red+Green+Blue) = 225+112+182=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E170B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170B6 is #1E8F49. Grayscale: #999999. Windows color (decimal): -2002762 or 11956449. OLE color: 11956449.

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

Color convert

RGB 225 112 182 -
CMYK 0 0.50 0.19 0.12
HSL 322.83º 0.65% 0.66% -
HSV(B) 322.83º 0.5% 0.88% -
XYZ 45.29 30.97 47.85 -
YUV 153.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 225 112 182 0 0.50 0.19 0.12 322.83 0.65 0.66
Hex E1 70 B6 0 32 13 C 143 41 42
Octal 341 160 266 0 62 23 14 503 101 102
Binary 11100001 1110000 10110110 0 110010 10011 1100 101000011 1000001 1000010

Color Harmonies of #E170B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170B6

Black with #E170B6

Text Example


Text Example

White with #E170B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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