#E088B3

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

Shades of Kobi #E088B3

Tints of Kobi #E088B3

Color information

#E088B3 (or 0xE088B3) is unknown color: approx Kobi. HEX triplet: E0, 88 and B3. RGB value is (224,136,179). Sum of RGB (Red+Green+Blue) = 224+136+179=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E088B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088B3 is #1F774C. Grayscale: #A7A7A7. Windows color (decimal): -2062157 or 11765984. OLE color: 11765984.

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

Color convert

RGB224136179-
CMYK00.390.200.12
HSL330.68º58.67%70.59%-
HSV(B)330.68º39.29%87.84%-
XYZ47.6836.7147.22-
YUV167.21134.65168.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.56%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 179 (70.31% from 255) = 33.21%
R=41.56%
G=25.23%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413617900.390.200.12330.6858.6770.59
HexE088B302714C14b3b47
Octal340210263047241451373107
Binary11100000100010001011001101001111010011001010010111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088B3; }

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

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

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

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

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

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

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

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