Html Css Color HEX #E77AB8 Persian Pink

📋 copy color: '#E77AB8'

red 231 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #E77AB8

Tints of Persian Pink #E77AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.26%

R = 43.02%
G = 22.72%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E77AB8 (or 0xE77AB8) is known color: Persian Pink. HEX triplet: E7, 7A and B8. RGB value is (231,122,184). Sum of RGB (Red+Green+Blue) = 231+122+184=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AB8 is #188547. Grayscale: #A1A1A1. Windows color (decimal): -1606984 or 12090087. OLE color: 12090087.

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

Color convert

RGB 231 122 184 -
CMYK 0 0.47 0.20 0.09
HSL 325.87º 0.69% 0.69% -
HSV(B) 325.87º 0.47% 0.91% -
XYZ 48.57 34.37 49.42 -
YUV 161.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 231 122 184 0 0.47 0.20 0.09 325.87 0.69 0.69
Hex E7 7A B8 0 2F 14 9 146 45 45
Octal 347 172 270 0 57 24 11 506 105 105
Binary 11100111 1111010 10111000 0 101111 10100 1001 101000110 1000101 1000101

Color Harmonies of #E77AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AB8

Black with #E77AB8

Text Example


Text Example

White with #E77AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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