Html Css Color HEX #E778AD Persian Pink

📋 copy color: '#E778AD'

red 231 ◦ green 120 ◦ blue 173

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

Shades of Persian Pink #E778AD

Tints of Persian Pink #E778AD

RGB

 RED value IS 231 (90.63% from 255) = 44.08%

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

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

R = 44.08%
G = 22.9%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E778AD (or 0xE778AD) is known color: Persian Pink. HEX triplet: E7, 78 and AD. RGB value is (231,120,173). Sum of RGB (Red+Green+Blue) = 231+120+173=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E778AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E778AD is #188752. Grayscale: #9F9F9F. Windows color (decimal): -1607507 or 11368679. OLE color: 11368679.

HSL color Cylindrical-coordinate representation of color #E778AD: hue angle of 331.35º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E778AD is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 120 173 -
CMYK 0 0.48 0.25 0.09
HSL 331.35º 0.7% 0.69% -
HSV(B) 331.35º 0.48% 0.91% -
XYZ 47.21 33.44 43.5 -
YUV 159.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 231 120 173 0 0.48 0.25 0.09 331.35 0.7 0.69
Hex E7 78 AD 0 30 19 9 14B 46 45
Octal 347 170 255 0 60 31 11 513 106 105
Binary 11100111 1111000 10101101 0 110000 11001 1001 101001011 1000110 1000101

Color Harmonies of #E778AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778AD

Black with #E778AD

Text Example


Text Example

White with #E778AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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