#E77FAA

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

Shades of Kobi #E77FAA

Tints of Kobi #E77FAA

Color information

#E77FAA (or 0xE77FAA) is unknown color: approx Kobi. HEX triplet: E7, 7F and AA. RGB value is (231,127,170). Sum of RGB (Red+Green+Blue) = 231+127+170=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77FAA is #188055. Grayscale: #A2A2A2. Windows color (decimal): -1605718 or 11173863. OLE color: 11173863.

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

Color convert

RGB231127170-
CMYK00.450.260.09
HSL335.19º68.42%70.2%-
HSV(B)335.19º45.02%90.59%-
XYZ47.835.0742.28-
YUV163131.96176.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=43.75%
G=24.05%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112717000.450.260.09335.1968.4270.2
HexE77FAA02D1A914f4446
Octal3471772520553211517104106
Binary11100111111111110101010010110111010100110100111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77FAA; }

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

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

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

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

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

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

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

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