Html Css Color HEX #E77AB0 Persian Pink

📋 copy color: '#E77AB0'

red 231 ◦ green 122 ◦ blue 176

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

Shades of Persian Pink #E77AB0

Tints of Persian Pink #E77AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.06%

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 43.67%
G = 23.06%
B = 33.27%

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

#E77AB0 (or 0xE77AB0) is known color: Persian Pink. HEX triplet: E7, 7A and B0. RGB value is (231,122,176). Sum of RGB (Red+Green+Blue) = 231+122+176=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77AB0 is #18854F. Grayscale: #A0A0A0. Windows color (decimal): -1606992 or 11565799. OLE color: 11565799.

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

Color convert

RGB 231 122 176 -
CMYK 0 0.47 0.24 0.09
HSL 330.28º 0.69% 0.69% -
HSV(B) 330.28º 0.47% 0.91% -
XYZ 47.75 34.04 45.13 -
YUV 160.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 231 122 176 0 0.47 0.24 0.09 330.28 0.69 0.69
Hex E7 7A B0 0 2F 18 9 14A 45 45
Octal 347 172 260 0 57 30 11 512 105 105
Binary 11100111 1111010 10110000 0 101111 11000 1001 101001010 1000101 1000101

Color Harmonies of #E77AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AB0

Black with #E77AB0

Text Example


Text Example

White with #E77AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AB0; }

 p { color: rgb(231,122,176); }

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

background-color css

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

 a { background-color: rgb(231,122,176); }

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

border-color css

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

 span { border-color: rgb(231,122,176); }

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