Html Css Color HEX #E77AB2 Persian Pink

📋 copy color: '#E77AB2'

red 231 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #E77AB2

Tints of Persian Pink #E77AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 43.5%
G = 22.98%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E77AB2 (or 0xE77AB2) is known color: Persian Pink. HEX triplet: E7, 7A and B2. RGB value is (231,122,178). Sum of RGB (Red+Green+Blue) = 231+122+178=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77AB2 is #18854D. Grayscale: #A0A0A0. Windows color (decimal): -1606990 or 11696871. OLE color: 11696871.

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

Color convert

RGB 231 122 178 -
CMYK 0 0.47 0.23 0.09
HSL 329.17º 0.69% 0.69% -
HSV(B) 329.17º 0.47% 0.91% -
XYZ 47.95 34.12 46.18 -
YUV 160.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 231 122 178 0 0.47 0.23 0.09 329.17 0.69 0.69
Hex E7 7A B2 0 2F 17 9 149 45 45
Octal 347 172 262 0 57 27 11 511 105 105
Binary 11100111 1111010 10110010 0 101111 10111 1001 101001001 1000101 1000101

Color Harmonies of #E77AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AB2

Black with #E77AB2

Text Example


Text Example

White with #E77AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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