Html Css Color HEX #E773AC Persian Pink

📋 copy color: '#E773AC'

red 231 ◦ green 115 ◦ blue 172

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

Shades of Persian Pink #E773AC

Tints of Persian Pink #E773AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 44.59%
G = 22.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E773AC (or 0xE773AC) is known color: Persian Pink. HEX triplet: E7, 73 and AC. RGB value is (231,115,172). Sum of RGB (Red+Green+Blue) = 231+115+172=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E773AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E773AC is #188C53. Grayscale: #9C9C9C. Windows color (decimal): -1608788 or 11301863. OLE color: 11301863.

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

Color convert

RGB 231 115 172 -
CMYK 0 0.50 0.26 0.09
HSL 330.52º 0.71% 0.68% -
HSV(B) 330.52º 0.5% 0.91% -
XYZ 46.53 32.23 42.8 -
YUV 156.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 231 115 172 0 0.50 0.26 0.09 330.52 0.71 0.68
Hex E7 73 AC 0 32 1A 9 14B 47 44
Octal 347 163 254 0 62 32 11 513 107 104
Binary 11100111 1110011 10101100 0 110010 11010 1001 101001011 1000111 1000100

Color Harmonies of #E773AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773AC

Black with #E773AC

Text Example


Text Example

White with #E773AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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