Html Css Color HEX #E77ABB Persian Pink

📋 copy color: '#E77ABB'

red 231 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #E77ABB

Tints of Persian Pink #E77ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.63%

R = 42.78%
G = 22.59%
B = 34.63%

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

#E77ABB (or 0xE77ABB) is known color: Persian Pink. HEX triplet: E7, 7A and BB. RGB value is (231,122,187). Sum of RGB (Red+Green+Blue) = 231+122+187=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ABB is #188544. Grayscale: #A1A1A1. Windows color (decimal): -1606981 or 12286695. OLE color: 12286695.

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

Color convert

RGB 231 122 187 -
CMYK 0 0.47 0.19 0.09
HSL 324.22º 0.69% 0.69% -
HSV(B) 324.22º 0.47% 0.91% -
XYZ 48.88 34.5 51.1 -
YUV 162 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 231 122 187 0 0.47 0.19 0.09 324.22 0.69 0.69
Hex E7 7A BB 0 2F 13 9 144 45 45
Octal 347 172 273 0 57 23 11 504 105 105
Binary 11100111 1111010 10111011 0 101111 10011 1001 101000100 1000101 1000101

Color Harmonies of #E77ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77ABB

Black with #E77ABB

Text Example


Text Example

White with #E77ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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