#E88AAF

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

Shades of Kobi #E88AAF

Tints of Kobi #E88AAF

Color information

#E88AAF (or 0xE88AAF) is unknown color: approx Kobi. HEX triplet: E8, 8A and AF. RGB value is (232,138,175). Sum of RGB (Red+Green+Blue) = 232+138+175=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E88AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88AAF is #177550. Grayscale: #AAAAAA. Windows color (decimal): -1537361 or 11504360. OLE color: 11504360.

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

Color convert

RGB232138175-
CMYK00.410.250.09
HSL336.38º67.14%72.55%-
HSV(B)336.38º40.52%90.98%-
XYZ50.1138.4345.33-
YUV170.32130.64171.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=42.57%
G=25.32%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213817500.410.250.09336.3867.1472.55
HexE88AAF0291991504349
Octal3502122570513111520103111
Binary111010001000101010101111010100111001100110101000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88AAF; }

 p { color: rgb(232,138,175); }

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

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

 a { background-color: rgb(232,138,175); }

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

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

 span { border-color: rgb(232,138,175); }

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