Html Css Color HEX #E77ABA Persian Pink

📋 copy color: '#E77ABA'

red 231 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #E77ABA

Tints of Persian Pink #E77ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 42.86%
G = 22.63%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E77ABA (or 0xE77ABA) is known color: Persian Pink. HEX triplet: E7, 7A and BA. RGB value is (231,122,186). Sum of RGB (Red+Green+Blue) = 231+122+186=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ABA is #188545. Grayscale: #A1A1A1. Windows color (decimal): -1606982 or 12221159. OLE color: 12221159.

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

Color convert

RGB 231 122 186 -
CMYK 0 0.47 0.19 0.09
HSL 324.77º 0.69% 0.69% -
HSV(B) 324.77º 0.47% 0.91% -
XYZ 48.78 34.45 50.53 -
YUV 161.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 231 122 186 0 0.47 0.19 0.09 324.77 0.69 0.69
Hex E7 7A BA 0 2F 13 9 145 45 45
Octal 347 172 272 0 57 23 11 505 105 105
Binary 11100111 1111010 10111010 0 101111 10011 1001 101000101 1000101 1000101

Color Harmonies of #E77ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77ABA

Black with #E77ABA

Text Example


Text Example

White with #E77ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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