Html Css Color HEX #E77AB4 Persian Pink

📋 copy color: '#E77AB4'

red 231 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #E77AB4

Tints of Persian Pink #E77AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.77%

R = 43.34%
G = 22.89%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E77AB4 (or 0xE77AB4) is known color: Persian Pink. HEX triplet: E7, 7A and B4. RGB value is (231,122,180). Sum of RGB (Red+Green+Blue) = 231+122+180=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AB4 is #18854B. Grayscale: #A1A1A1. Windows color (decimal): -1606988 or 11827943. OLE color: 11827943.

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

Color convert

RGB 231 122 180 -
CMYK 0 0.47 0.22 0.09
HSL 328.07º 0.69% 0.69% -
HSV(B) 328.07º 0.47% 0.91% -
XYZ 48.15 34.2 47.24 -
YUV 161.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 231 122 180 0 0.47 0.22 0.09 328.07 0.69 0.69
Hex E7 7A B4 0 2F 16 9 148 45 45
Octal 347 172 264 0 57 26 11 510 105 105
Binary 11100111 1111010 10110100 0 101111 10110 1001 101001000 1000101 1000101

Color Harmonies of #E77AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AB4

Black with #E77AB4

Text Example


Text Example

White with #E77AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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