Html Css Color HEX #E77DAC Persian Pink

📋 copy color: '#E77DAC'

red 231 ◦ green 125 ◦ blue 172

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

Shades of Persian Pink #E77DAC

Tints of Persian Pink #E77DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

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

R = 43.75%
G = 23.67%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E77DAC (or 0xE77DAC) is known color: Persian Pink. HEX triplet: E7, 7D and AC. RGB value is (231,125,172). Sum of RGB (Red+Green+Blue) = 231+125+172=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77DAC is #188253. Grayscale: #A1A1A1. Windows color (decimal): -1606228 or 11304423. OLE color: 11304423.

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

Color convert

RGB 231 125 172 -
CMYK 0 0.46 0.26 0.09
HSL 333.4º 0.69% 0.7% -
HSV(B) 333.4º 0.46% 0.91% -
XYZ 47.74 34.63 43.2 -
YUV 162.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 231 125 172 0 0.46 0.26 0.09 333.4 0.69 0.7
Hex E7 7D AC 0 2E 1A 9 14D 45 46
Octal 347 175 254 0 56 32 11 515 105 106
Binary 11100111 1111101 10101100 0 101110 11010 1001 101001101 1000101 1000110

Color Harmonies of #E77DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77DAC

Black with #E77DAC

Text Example


Text Example

White with #E77DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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