Html Css Color HEX #E171B0 Persian Pink

📋 copy color: '#E171B0'

red 225 ◦ green 113 ◦ blue 176

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

Shades of Persian Pink #E171B0

Tints of Persian Pink #E171B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 43.77%
G = 21.98%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E171B0 (or 0xE171B0) is known color: Persian Pink. HEX triplet: E1, 71 and B0. RGB value is (225,113,176). Sum of RGB (Red+Green+Blue) = 225+113+176=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E171B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171B0 is #1E8E4F. Grayscale: #999999. Windows color (decimal): -2002512 or 11563489. OLE color: 11563489.

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

Color convert

RGB 225 113 176 -
CMYK 0 0.50 0.22 0.12
HSL 326.25º 0.65% 0.66% -
HSV(B) 326.25º 0.5% 0.88% -
XYZ 44.79 30.95 44.69 -
YUV 153.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 225 113 176 0 0.50 0.22 0.12 326.25 0.65 0.66
Hex E1 71 B0 0 32 16 C 146 41 42
Octal 341 161 260 0 62 26 14 506 101 102
Binary 11100001 1110001 10110000 0 110010 10110 1100 101000110 1000001 1000010

Color Harmonies of #E171B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171B0

Black with #E171B0

Text Example


Text Example

White with #E171B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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