Html Css Color HEX #E77AB6 Persian Pink

📋 copy color: '#E77AB6'

red 231 ◦ green 122 ◦ blue 182

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

Shades of Persian Pink #E77AB6

Tints of Persian Pink #E77AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.02%

R = 43.18%
G = 22.8%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E77AB6 (or 0xE77AB6) is known color: Persian Pink. HEX triplet: E7, 7A and B6. RGB value is (231,122,182). Sum of RGB (Red+Green+Blue) = 231+122+182=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AB6 is #188549. Grayscale: #A1A1A1. Windows color (decimal): -1606986 or 11959015. OLE color: 11959015.

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

Color convert

RGB 231 122 182 -
CMYK 0 0.47 0.21 0.09
HSL 326.97º 0.69% 0.69% -
HSV(B) 326.97º 0.47% 0.91% -
XYZ 48.36 34.29 48.32 -
YUV 161.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 231 122 182 0 0.47 0.21 0.09 326.97 0.69 0.69
Hex E7 7A B6 0 2F 15 9 147 45 45
Octal 347 172 266 0 57 25 11 507 105 105
Binary 11100111 1111010 10110110 0 101111 10101 1001 101000111 1000101 1000101

Color Harmonies of #E77AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AB6

Black with #E77AB6

Text Example


Text Example

White with #E77AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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