Html Css Color HEX #E77AC6 Persian Pink

📋 copy color: '#E77AC6'

red 231 ◦ green 122 ◦ blue 198

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

Shades of Persian Pink #E77AC6

Tints of Persian Pink #E77AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.93%

R = 41.92%
G = 22.14%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E77AC6 (or 0xE77AC6) is known color: Persian Pink. HEX triplet: E7, 7A and C6. RGB value is (231,122,198). Sum of RGB (Red+Green+Blue) = 231+122+198=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AC6 is #188539. Grayscale: #A3A3A3. Windows color (decimal): -1606970 or 13007591. OLE color: 13007591.

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

Color convert

RGB 231 122 198 -
CMYK 0 0.47 0.14 0.09
HSL 318.17º 0.69% 0.69% -
HSV(B) 318.17º 0.47% 0.91% -
XYZ 50.11 34.99 57.54 -
YUV 163.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 231 122 198 0 0.47 0.14 0.09 318.17 0.69 0.69
Hex E7 7A C6 0 2F E 9 13E 45 45
Octal 347 172 306 0 57 16 11 476 105 105
Binary 11100111 1111010 11000110 0 101111 1110 1001 100111110 1000101 1000101

Color Harmonies of #E77AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AC6

Black with #E77AC6

Text Example


Text Example

White with #E77AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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