#E77EAA

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

Shades of Kobi #E77EAA

Tints of Kobi #E77EAA

Color information

#E77EAA (or 0xE77EAA) is unknown color: approx Kobi. HEX triplet: E7, 7E and AA. RGB value is (231,126,170). Sum of RGB (Red+Green+Blue) = 231+126+170=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77EAA is #188155. Grayscale: #A2A2A2. Windows color (decimal): -1605974 or 11173607. OLE color: 11173607.

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

Color convert

RGB231126170-
CMYK00.450.260.09
HSL334.86º68.63%70%-
HSV(B)334.86º45.45%90.59%-
XYZ47.6734.8142.24-
YUV162.41132.29176.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=43.83%
G=23.91%
B=32.26%

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
Decimal23112617000.450.260.09334.8668.6370
HexE77EAA02D1A914f4546
Octal3471762520553211517105106
Binary11100111111111010101010010110111010100110100111110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77EAA; }

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

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

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

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

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

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

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

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