#E388B1

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

Shades of Kobi #E388B1

Tints of Kobi #E388B1

Color information

#E388B1 (or 0xE388B1) is unknown color: approx Kobi. HEX triplet: E3, 88 and B1. RGB value is (227,136,177). Sum of RGB (Red+Green+Blue) = 227+136+177=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E388B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E388B1 is #1C774E. Grayscale: #A7A7A7. Windows color (decimal): -1865551 or 11634915. OLE color: 11634915.

HSL color Cylindrical-coordinate representation of color #E388B1: hue angle of 332.97º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E388B1 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB227136177-
CMYK00.400.220.11
HSL332.97º61.9%71.18%-
HSV(B)332.97º40.09%89.02%-
XYZ48.4237.1146.21-
YUV167.88133.15170.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=42.04%
G=25.19%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713617700.400.220.11332.9761.971.18
HexE388B102816B14d3e47
Octal343210261050261351576107
Binary11100011100010001011000101010001011010111010011011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E388B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E388B1; }

 p { color: rgb(227,136,177); }

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

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

 a { background-color: rgb(227,136,177); }

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

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

 span { border-color: rgb(227,136,177); }

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