Html Css Color HEX #E178AD Persian Pink

📋 copy color: '#E178AD'

red 225 ◦ green 120 ◦ blue 173

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

Shades of Persian Pink #E178AD

Tints of Persian Pink #E178AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.17%

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

R = 43.44%
G = 23.17%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E178AD (or 0xE178AD) is known color: Persian Pink. HEX triplet: E1, 78 and AD. RGB value is (225,120,173). Sum of RGB (Red+Green+Blue) = 225+120+173=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E178AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E178AD is #1E8752. Grayscale: #9D9D9D. Windows color (decimal): -2000723 or 11368673. OLE color: 11368673.

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

Color convert

RGB 225 120 173 -
CMYK 0 0.47 0.23 0.12
HSL 329.71º 0.64% 0.68% -
HSV(B) 329.71º 0.47% 0.88% -
XYZ 45.31 32.46 43.41 -
YUV 157.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 225 120 173 0 0.47 0.23 0.12 329.71 0.64 0.68
Hex E1 78 AD 0 2F 17 C 14A 40 44
Octal 341 170 255 0 57 27 14 512 100 104
Binary 11100001 1111000 10101101 0 101111 10111 1100 101001010 1000000 1000100

Color Harmonies of #E178AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178AD

Black with #E178AD

Text Example


Text Example

White with #E178AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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