Html Css Color HEX #E77AAE Persian Pink

📋 copy color: '#E77AAE'

red 231 ◦ green 122 ◦ blue 174

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

Shades of Persian Pink #E77AAE

Tints of Persian Pink #E77AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.15%

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

R = 43.83%
G = 23.15%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E77AAE (or 0xE77AAE) is known color: Persian Pink. HEX triplet: E7, 7A and AE. RGB value is (231,122,174). Sum of RGB (Red+Green+Blue) = 231+122+174=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77AAE is #188551. Grayscale: #A0A0A0. Windows color (decimal): -1606994 or 11434727. OLE color: 11434727.

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

Color convert

RGB 231 122 174 -
CMYK 0 0.47 0.25 0.09
HSL 331.38º 0.69% 0.69% -
HSV(B) 331.38º 0.47% 0.91% -
XYZ 47.55 33.96 44.09 -
YUV 160.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 231 122 174 0 0.47 0.25 0.09 331.38 0.69 0.69
Hex E7 7A AE 0 2F 19 9 14B 45 45
Octal 347 172 256 0 57 31 11 513 105 105
Binary 11100111 1111010 10101110 0 101111 11001 1001 101001011 1000101 1000101

Color Harmonies of #E77AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AAE

Black with #E77AAE

Text Example


Text Example

White with #E77AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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