Html Css Color HEX #E77ABE Persian Pink

📋 copy color: '#E77ABE'

red 231 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #E77ABE

Tints of Persian Pink #E77ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 42.54%
G = 22.47%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E77ABE (or 0xE77ABE) is known color: Persian Pink. HEX triplet: E7, 7A and BE. RGB value is (231,122,190). Sum of RGB (Red+Green+Blue) = 231+122+190=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ABE is #188541. Grayscale: #A2A2A2. Windows color (decimal): -1606978 or 12483303. OLE color: 12483303.

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

Color convert

RGB 231 122 190 -
CMYK 0 0.47 0.18 0.09
HSL 322.57º 0.69% 0.69% -
HSV(B) 322.57º 0.47% 0.91% -
XYZ 49.21 34.63 52.81 -
YUV 162.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 231 122 190 0 0.47 0.18 0.09 322.57 0.69 0.69
Hex E7 7A BE 0 2F 12 9 143 45 45
Octal 347 172 276 0 57 22 11 503 105 105
Binary 11100111 1111010 10111110 0 101111 10010 1001 101000011 1000101 1000101

Color Harmonies of #E77ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77ABE

Black with #E77ABE

Text Example


Text Example

White with #E77ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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