Html Css Color HEX #E175AD Persian Pink

📋 copy color: '#E175AD'

red 225 ◦ green 117 ◦ blue 173

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

Shades of Persian Pink #E175AD

Tints of Persian Pink #E175AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.72%

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 43.69%
G = 22.72%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E175AD (or 0xE175AD) is known color: Persian Pink. HEX triplet: E1, 75 and AD. RGB value is (225,117,173). Sum of RGB (Red+Green+Blue) = 225+117+173=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E175AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175AD is #1E8A52. Grayscale: #9B9B9B. Windows color (decimal): -2001491 or 11367905. OLE color: 11367905.

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

Color convert

RGB 225 117 173 -
CMYK 0 0.48 0.23 0.12
HSL 328.89º 0.64% 0.67% -
HSV(B) 328.89º 0.48% 0.88% -
XYZ 44.96 31.75 43.29 -
YUV 155.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 225 117 173 0 0.48 0.23 0.12 328.89 0.64 0.67
Hex E1 75 AD 0 30 17 C 149 40 43
Octal 341 165 255 0 60 27 14 511 100 103
Binary 11100001 1110101 10101101 0 110000 10111 1100 101001001 1000000 1000011

Color Harmonies of #E175AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175AD

Black with #E175AD

Text Example


Text Example

White with #E175AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175AD; }

 p { color: rgb(225,117,173); }

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

background-color css

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

 a { background-color: rgb(225,117,173); }

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

border-color css

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

 span { border-color: rgb(225,117,173); }

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