#E77FA9

Color #E77FA9 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E77FA9

Tints of Kobi #E77FA9

Color information

#E77FA9 (or 0xE77FA9) is unknown color: approx Kobi. HEX triplet: E7, 7F and A9. RGB value is (231,127,169). Sum of RGB (Red+Green+Blue) = 231+127+169=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77FA9 is #188056. Grayscale: #A2A2A2. Windows color (decimal): -1605719 or 11108327. OLE color: 11108327.

HSL color Cylindrical-coordinate representation of color #E77FA9: hue angle of 335.77º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77FA9 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB231127169-
CMYK00.450.270.09
HSL335.77º68.42%70.2%-
HSV(B)335.77º45.02%90.59%-
XYZ47.7135.0341.78-
YUV162.88131.46176.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=43.83%
G=24.10%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112716900.450.270.09335.7768.4270.2
HexE77FA902D1B91504446
Octal3471772510553311520104106
Binary11100111111111110101001010110111011100110101000010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77FA9; }

 p { color: rgb(231,127,169); }

 H1.HeaderClassName
 {
   color: #E77FA9;
 }
 .AnyTagClassName
 {
   color: #E77FA9;
 }
</style>
background-color css

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

 a { background-color: rgb(231,127,169); }

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

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

 span { border-color: rgb(231,127,169); }

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