Html Css Color HEX #E171B1 Persian Pink

📋 copy color: '#E171B1'

red 225 ◦ green 113 ◦ blue 177

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

Shades of Persian Pink #E171B1

Tints of Persian Pink #E171B1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.94%

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 43.69%
G = 21.94%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E171B1 (or 0xE171B1) is known color: Persian Pink. HEX triplet: E1, 71 and B1. RGB value is (225,113,177). Sum of RGB (Red+Green+Blue) = 225+113+177=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E171B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171B1 is #1E8E4E. Grayscale: #999999. Windows color (decimal): -2002511 or 11629025. OLE color: 11629025.

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

Color convert

RGB 225 113 177 -
CMYK 0 0.50 0.21 0.12
HSL 325.71º 0.65% 0.66% -
HSV(B) 325.71º 0.5% 0.88% -
XYZ 44.89 30.99 45.21 -
YUV 153.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 225 113 177 0 0.50 0.21 0.12 325.71 0.65 0.66
Hex E1 71 B1 0 32 15 C 146 41 42
Octal 341 161 261 0 62 25 14 506 101 102
Binary 11100001 1110001 10110001 0 110010 10101 1100 101000110 1000001 1000010

Color Harmonies of #E171B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171B1

Black with #E171B1

Text Example


Text Example

White with #E171B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171B1; }

 p { color: rgb(225,113,177); }

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

background-color css

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

 a { background-color: rgb(225,113,177); }

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

border-color css

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

 span { border-color: rgb(225,113,177); }

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