#E399A5

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

Shades of Kobi #E399A5

Tints of Kobi #E399A5

Color information

#E399A5 (or 0xE399A5) is unknown color: approx Kobi. HEX triplet: E3, 99 and A5. RGB value is (227,153,165). Sum of RGB (Red+Green+Blue) = 227+153+165=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E399A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E399A5 is #1C665A. Grayscale: #B0B0B0. Windows color (decimal): -1861211 or 10852835. OLE color: 10852835.

HSL color Cylindrical-coordinate representation of color #E399A5: hue angle of 350.27º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E399A5 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB227153165-
CMYK00.330.270.11
HSL350.27º56.92%74.51%-
HSV(B)350.27º32.6%89.02%-
XYZ49.8641.8341.04-
YUV176.49121.52164.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=41.65%
G=28.07%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715316500.330.270.11350.2756.9274.51
HexE399A50211BB15e394b
Octal343231245041331353671113
Binary11100011100110011010010101000011101110111010111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E399A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E399A5; }

 p { color: rgb(227,153,165); }

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

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

 a { background-color: rgb(227,153,165); }

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

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

 span { border-color: rgb(227,153,165); }

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