Html Css Color HEX #E171BE Persian Pink

📋 copy color: '#E171BE'

red 225 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #E171BE

Tints of Persian Pink #E171BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.98%

R = 42.61%
G = 21.4%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E171BE (or 0xE171BE) is known color: Persian Pink. HEX triplet: E1, 71 and BE. RGB value is (225,113,190). Sum of RGB (Red+Green+Blue) = 225+113+190=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E171BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171BE is #1E8E41. Grayscale: #9B9B9B. Windows color (decimal): -2002498 or 12480993. OLE color: 12480993.

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

Color convert

RGB 225 113 190 -
CMYK 0 0.50 0.16 0.12
HSL 318.75º 0.65% 0.66% -
HSV(B) 318.75º 0.5% 0.88% -
XYZ 46.25 31.54 52.36 -
YUV 155.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 225 113 190 0 0.50 0.16 0.12 318.75 0.65 0.66
Hex E1 71 BE 0 32 10 C 13F 41 42
Octal 341 161 276 0 62 20 14 477 101 102
Binary 11100001 1110001 10111110 0 110010 10000 1100 100111111 1000001 1000010

Color Harmonies of #E171BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171BE

Black with #E171BE

Text Example


Text Example

White with #E171BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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