Html Css Color HEX #E77BAF Persian Pink

📋 copy color: '#E77BAF'

red 231 ◦ green 123 ◦ blue 175

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

Shades of Persian Pink #E77BAF

Tints of Persian Pink #E77BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 43.67%
G = 23.25%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E77BAF (or 0xE77BAF) is known color: Persian Pink. HEX triplet: E7, 7B and AF. RGB value is (231,123,175). Sum of RGB (Red+Green+Blue) = 231+123+175=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77BAF is #188450. Grayscale: #A1A1A1. Windows color (decimal): -1606737 or 11500519. OLE color: 11500519.

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

Color convert

RGB 231 123 175 -
CMYK 0 0.47 0.24 0.09
HSL 331.11º 0.69% 0.69% -
HSV(B) 331.11º 0.47% 0.91% -
XYZ 47.78 34.25 44.65 -
YUV 161.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 231 123 175 0 0.47 0.24 0.09 331.11 0.69 0.69
Hex E7 7B AF 0 2F 18 9 14B 45 45
Octal 347 173 257 0 57 30 11 513 105 105
Binary 11100111 1111011 10101111 0 101111 11000 1001 101001011 1000101 1000101

Color Harmonies of #E77BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BAF

Black with #E77BAF

Text Example


Text Example

White with #E77BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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