Html Css Color HEX #E77BAE Persian Pink

📋 copy color: '#E77BAE'

red 231 ◦ green 123 ◦ blue 174

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

Shades of Persian Pink #E77BAE

Tints of Persian Pink #E77BAE

RGB

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

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

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

R = 43.75%
G = 23.3%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E77BAE (or 0xE77BAE) is known color: Persian Pink. HEX triplet: E7, 7B and AE. RGB value is (231,123,174). Sum of RGB (Red+Green+Blue) = 231+123+174=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77BAE is #188451. Grayscale: #A1A1A1. Windows color (decimal): -1606738 or 11434983. OLE color: 11434983.

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

Color convert

RGB 231 123 174 -
CMYK 0 0.47 0.25 0.09
HSL 331.67º 0.69% 0.69% -
HSV(B) 331.67º 0.47% 0.91% -
XYZ 47.68 34.21 44.13 -
YUV 161.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 231 123 174 0 0.47 0.25 0.09 331.67 0.69 0.69
Hex E7 7B AE 0 2F 19 9 14C 45 45
Octal 347 173 256 0 57 31 11 514 105 105
Binary 11100111 1111011 10101110 0 101111 11001 1001 101001100 1000101 1000101

Color Harmonies of #E77BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BAE

Black with #E77BAE

Text Example


Text Example

White with #E77BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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