#E88BAA

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

Shades of Kobi #E88BAA

Tints of Kobi #E88BAA

Color information

#E88BAA (or 0xE88BAA) is unknown color: approx Kobi. HEX triplet: E8, 8B and AA. RGB value is (232,139,170). Sum of RGB (Red+Green+Blue) = 232+139+170=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BAA is #177455. Grayscale: #AAAAAA. Windows color (decimal): -1537110 or 11176936. OLE color: 11176936.

HSL color Cylindrical-coordinate representation of color #E88BAA: hue angle of 340º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BAA is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB232139170-
CMYK00.400.270.09
HSL340º66.91%72.75%-
HSV(B)340º40.09%90.98%-
XYZ49.7738.5242.84-
YUV170.34127.81171.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.88%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=42.88%
G=25.69%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213917000.400.270.0934066.9172.75
HexE88BAA0281B91544349
Octal3502132520503311524103111
Binary111010001000101110101010010100011011100110101010010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88BAA; }

 p { color: rgb(232,139,170); }

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

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

 a { background-color: rgb(232,139,170); }

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

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

 span { border-color: rgb(232,139,170); }

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