Html Css Color HEX #E173B7 Persian Pink

📋 copy color: '#E173B7'

red 225 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #E173B7

Tints of Persian Pink #E173B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.99%

R = 43.02%
G = 21.99%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E173B7 (or 0xE173B7) is known color: Persian Pink. HEX triplet: E1, 73 and B7. RGB value is (225,115,183). Sum of RGB (Red+Green+Blue) = 225+115+183=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E173B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173B7 is #1E8C48. Grayscale: #9B9B9B. Windows color (decimal): -2001993 or 12022753. OLE color: 12022753.

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

Color convert

RGB 225 115 183 -
CMYK 0 0.49 0.19 0.12
HSL 322.91º 0.65% 0.67% -
HSV(B) 322.91º 0.49% 0.88% -
XYZ 45.73 31.69 48.51 -
YUV 155.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 225 115 183 0 0.49 0.19 0.12 322.91 0.65 0.67
Hex E1 73 B7 0 31 13 C 143 41 43
Octal 341 163 267 0 61 23 14 503 101 103
Binary 11100001 1110011 10110111 0 110001 10011 1100 101000011 1000001 1000011

Color Harmonies of #E173B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173B7

Black with #E173B7

Text Example


Text Example

White with #E173B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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