Html Css Color HEX #E173B0 Persian Pink

📋 copy color: '#E173B0'

red 225 ◦ green 115 ◦ blue 176

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

Shades of Persian Pink #E173B0

Tints of Persian Pink #E173B0

RGB

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

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

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

R = 43.6%
G = 22.29%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E173B0 (or 0xE173B0) is known color: Persian Pink. HEX triplet: E1, 73 and B0. RGB value is (225,115,176). Sum of RGB (Red+Green+Blue) = 225+115+176=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E173B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173B0 is #1E8C4F. Grayscale: #9A9A9A. Windows color (decimal): -2002000 or 11564001. OLE color: 11564001.

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

Color convert

RGB 225 115 176 -
CMYK 0 0.49 0.22 0.12
HSL 326.73º 0.65% 0.67% -
HSV(B) 326.73º 0.49% 0.88% -
XYZ 45.02 31.4 44.76 -
YUV 154.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 225 115 176 0 0.49 0.22 0.12 326.73 0.65 0.67
Hex E1 73 B0 0 31 16 C 147 41 43
Octal 341 163 260 0 61 26 14 507 101 103
Binary 11100001 1110011 10110000 0 110001 10110 1100 101000111 1000001 1000011

Color Harmonies of #E173B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173B0

Black with #E173B0

Text Example


Text Example

White with #E173B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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