#E088AA

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

Shades of Kobi #E088AA

Tints of Kobi #E088AA

Color information

#E088AA (or 0xE088AA) is unknown color: approx Kobi. HEX triplet: E0, 88 and AA. RGB value is (224,136,170). Sum of RGB (Red+Green+Blue) = 224+136+170=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E088AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088AA is #1F7755. Grayscale: #A6A6A6. Windows color (decimal): -2062166 or 11176160. OLE color: 11176160.

HSL color Cylindrical-coordinate representation of color #E088AA: hue angle of 336.82º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088AA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224136170-
CMYK00.390.240.12
HSL336.82º58.67%70.59%-
HSV(B)336.82º39.29%87.84%-
XYZ46.836.3642.58-
YUV166.19130.15169.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 136 (53.52% from 255) = 25.66%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=42.26%
G=25.66%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413617000.390.240.12336.8258.6770.59
HexE088AA02718C1513b47
Octal340210252047301452173107
Binary11100000100010001010101001001111100011001010100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088AA; }

 p { color: rgb(224,136,170); }

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

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

 a { background-color: rgb(224,136,170); }

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

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

 span { border-color: rgb(224,136,170); }

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