Html Css Color HEX #E77BAC Persian Pink

📋 copy color: '#E77BAC'

red 231 ◦ green 123 ◦ blue 172

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

Shades of Persian Pink #E77BAC

Tints of Persian Pink #E77BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.38%

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

R = 43.92%
G = 23.38%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E77BAC (or 0xE77BAC) is known color: Persian Pink. HEX triplet: E7, 7B and AC. RGB value is (231,123,172). Sum of RGB (Red+Green+Blue) = 231+123+172=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77BAC is #188453. Grayscale: #A0A0A0. Windows color (decimal): -1606740 or 11303911. OLE color: 11303911.

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

Color convert

RGB 231 123 172 -
CMYK 0 0.47 0.26 0.09
HSL 332.78º 0.69% 0.69% -
HSV(B) 332.78º 0.47% 0.91% -
XYZ 47.48 34.13 43.12 -
YUV 160.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 231 123 172 0 0.47 0.26 0.09 332.78 0.69 0.69
Hex E7 7B AC 0 2F 1A 9 14D 45 45
Octal 347 173 254 0 57 32 11 515 105 105
Binary 11100111 1111011 10101100 0 101111 11010 1001 101001101 1000101 1000101

Color Harmonies of #E77BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BAC

Black with #E77BAC

Text Example


Text Example

White with #E77BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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