Html Css Color HEX #E777AE Persian Pink

📋 copy color: '#E777AE'

red 231 ◦ green 119 ◦ blue 174

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

Shades of Persian Pink #E777AE

Tints of Persian Pink #E777AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 44.08%
G = 22.71%
B = 33.21%

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

#E777AE (or 0xE777AE) is known color: Persian Pink. HEX triplet: E7, 77 and AE. RGB value is (231,119,174). Sum of RGB (Red+Green+Blue) = 231+119+174=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E777AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E777AE is #188851. Grayscale: #9E9E9E. Windows color (decimal): -1607762 or 11433959. OLE color: 11433959.

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

Color convert

RGB 231 119 174 -
CMYK 0 0.48 0.25 0.09
HSL 330.54º 0.7% 0.69% -
HSV(B) 330.54º 0.48% 0.91% -
XYZ 47.19 33.24 43.97 -
YUV 158.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 231 119 174 0 0.48 0.25 0.09 330.54 0.7 0.69
Hex E7 77 AE 0 30 19 9 14B 46 45
Octal 347 167 256 0 60 31 11 513 106 105
Binary 11100111 1110111 10101110 0 110000 11001 1001 101001011 1000110 1000101

Color Harmonies of #E777AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777AE

Black with #E777AE

Text Example


Text Example

White with #E777AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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