Html Css Color HEX #E777AD Persian Pink

📋 copy color: '#E777AD'

red 231 ◦ green 119 ◦ blue 173

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

Shades of Persian Pink #E777AD

Tints of Persian Pink #E777AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.75%

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

R = 44.17%
G = 22.75%
B = 33.08%

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

#E777AD (or 0xE777AD) is known color: Persian Pink. HEX triplet: E7, 77 and AD. RGB value is (231,119,173). Sum of RGB (Red+Green+Blue) = 231+119+173=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E777AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E777AD is #188852. Grayscale: #9E9E9E. Windows color (decimal): -1607763 or 11368423. OLE color: 11368423.

HSL color Cylindrical-coordinate representation of color #E777AD: hue angle of 331.07º 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 #E777AD is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 119 173 -
CMYK 0 0.48 0.25 0.09
HSL 331.07º 0.7% 0.69% -
HSV(B) 331.07º 0.48% 0.91% -
XYZ 47.09 33.2 43.46 -
YUV 158.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 231 119 173 0 0.48 0.25 0.09 331.07 0.7 0.69
Hex E7 77 AD 0 30 19 9 14B 46 45
Octal 347 167 255 0 60 31 11 513 106 105
Binary 11100111 1110111 10101101 0 110000 11001 1001 101001011 1000110 1000101

Color Harmonies of #E777AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777AD

Black with #E777AD

Text Example


Text Example

White with #E777AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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