Html Css Color HEX #E173B2 Persian Pink

📋 copy color: '#E173B2'

red 225 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #E173B2

Tints of Persian Pink #E173B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.36%

R = 43.44%
G = 22.2%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E173B2 (or 0xE173B2) is known color: Persian Pink. HEX triplet: E1, 73 and B2. RGB value is (225,115,178). Sum of RGB (Red+Green+Blue) = 225+115+178=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E173B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173B2 is #1E8C4D. Grayscale: #9A9A9A. Windows color (decimal): -2001998 or 11695073. OLE color: 11695073.

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

Color convert

RGB 225 115 178 -
CMYK 0 0.49 0.21 0.12
HSL 325.64º 0.65% 0.67% -
HSV(B) 325.64º 0.49% 0.88% -
XYZ 45.22 31.48 45.81 -
YUV 155.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 225 115 178 0 0.49 0.21 0.12 325.64 0.65 0.67
Hex E1 73 B2 0 31 15 C 146 41 43
Octal 341 163 262 0 61 25 14 506 101 103
Binary 11100001 1110011 10110010 0 110001 10101 1100 101000110 1000001 1000011

Color Harmonies of #E173B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173B2

Black with #E173B2

Text Example


Text Example

White with #E173B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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