Html Css Color HEX #E773AE Persian Pink

📋 copy color: '#E773AE'

red 231 ◦ green 115 ◦ blue 174

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

Shades of Persian Pink #E773AE

Tints of Persian Pink #E773AE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.12%

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

R = 44.42%
G = 22.12%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E773AE (or 0xE773AE) is known color: Persian Pink. HEX triplet: E7, 73 and AE. RGB value is (231,115,174). Sum of RGB (Red+Green+Blue) = 231+115+174=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E773AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E773AE is #188C51. Grayscale: #9C9C9C. Windows color (decimal): -1608786 or 11432935. OLE color: 11432935.

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

Color convert

RGB 231 115 174 -
CMYK 0 0.50 0.25 0.09
HSL 329.48º 0.71% 0.68% -
HSV(B) 329.48º 0.5% 0.91% -
XYZ 46.73 32.31 43.82 -
YUV 156.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 231 115 174 0 0.50 0.25 0.09 329.48 0.71 0.68
Hex E7 73 AE 0 32 19 9 149 47 44
Octal 347 163 256 0 62 31 11 511 107 104
Binary 11100111 1110011 10101110 0 110010 11001 1001 101001001 1000111 1000100

Color Harmonies of #E773AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773AE

Black with #E773AE

Text Example


Text Example

White with #E773AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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