Html Css Color HEX #E173BB Persian Pink

📋 copy color: '#E173BB'

red 225 ◦ green 115 ◦ blue 187

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

Shades of Persian Pink #E173BB

Tints of Persian Pink #E173BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 42.69%
G = 21.82%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E173BB (or 0xE173BB) is known color: Persian Pink. HEX triplet: E1, 73 and BB. RGB value is (225,115,187). Sum of RGB (Red+Green+Blue) = 225+115+187=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E173BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173BB is #1E8C44. Grayscale: #9B9B9B. Windows color (decimal): -2001989 or 12284897. OLE color: 12284897.

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

Color convert

RGB 225 115 187 -
CMYK 0 0.49 0.17 0.12
HSL 320.73º 0.65% 0.67% -
HSV(B) 320.73º 0.49% 0.88% -
XYZ 46.15 31.86 50.73 -
YUV 156.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 225 115 187 0 0.49 0.17 0.12 320.73 0.65 0.67
Hex E1 73 BB 0 31 11 C 141 41 43
Octal 341 163 273 0 61 21 14 501 101 103
Binary 11100001 1110011 10111011 0 110001 10001 1100 101000001 1000001 1000011

Color Harmonies of #E173BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173BB

Black with #E173BB

Text Example


Text Example

White with #E173BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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