#E088AE

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

Shades of Kobi #E088AE

Tints of Kobi #E088AE

Color information

#E088AE (or 0xE088AE) is unknown color: approx Kobi. HEX triplet: E0, 88 and AE. RGB value is (224,136,174). Sum of RGB (Red+Green+Blue) = 224+136+174=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E088AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088AE is #1F7751. Grayscale: #A6A6A6. Windows color (decimal): -2062162 or 11438304. OLE color: 11438304.

HSL color Cylindrical-coordinate representation of color #E088AE: hue angle of 334.09º 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 #E088AE is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224136174-
CMYK00.390.220.12
HSL334.09º58.67%70.59%-
HSV(B)334.09º39.29%87.84%-
XYZ47.1836.5144.6-
YUV166.64132.15168.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=41.95%
G=25.47%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413617400.390.220.12334.0958.6770.59
HexE088AE02716C14e3b47
Octal340210256047261451673107
Binary11100000100010001010111001001111011011001010011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088AE; }

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

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

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

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

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

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

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

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