Html Css Color HEX #E173BF Persian Pink

📋 copy color: '#E173BF'

red 225 ◦ green 115 ◦ blue 191

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

Shades of Persian Pink #E173BF

Tints of Persian Pink #E173BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

 BLUE value IS 191 (75% from 255) = 35.97%

R = 42.37%
G = 21.66%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E173BF (or 0xE173BF) is known color: Persian Pink. HEX triplet: E1, 73 and BF. RGB value is (225,115,191). Sum of RGB (Red+Green+Blue) = 225+115+191=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E173BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173BF is #1E8C40. Grayscale: #9C9C9C. Windows color (decimal): -2001985 or 12547041. OLE color: 12547041.

HSL color Cylindrical-coordinate representation of color #E173BF: hue angle of 318.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173BF is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 115 191 -
CMYK 0 0.49 0.15 0.12
HSL 318.55º 0.65% 0.67% -
HSV(B) 318.55º 0.49% 0.88% -
XYZ 46.59 32.03 53.02 -
YUV 156.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 225 115 191 0 0.49 0.15 0.12 318.55 0.65 0.67
Hex E1 73 BF 0 31 F C 13F 41 43
Octal 341 163 277 0 61 17 14 477 101 103
Binary 11100001 1110011 10111111 0 110001 1111 1100 100111111 1000001 1000011

Color Harmonies of #E173BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173BF

Black with #E173BF

Text Example


Text Example

White with #E173BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173BF; }

 p { color: rgb(225,115,191); }

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

background-color css

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

 a { background-color: rgb(225,115,191); }

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

border-color css

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

 span { border-color: rgb(225,115,191); }

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