#E396B2

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

Shades of Kobi #E396B2

Tints of Kobi #E396B2

Color information

#E396B2 (or 0xE396B2) is unknown color: approx Kobi. HEX triplet: E3, 96 and B2. RGB value is (227,150,178). Sum of RGB (Red+Green+Blue) = 227+150+178=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E396B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E396B2 is #1C694D. Grayscale: #B0B0B0. Windows color (decimal): -1861966 or 11704035. OLE color: 11704035.

HSL color Cylindrical-coordinate representation of color #E396B2: hue angle of 338.18º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E396B2 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB227150178-
CMYK00.340.220.11
HSL338.18º57.89%73.92%-
HSV(B)338.18º33.92%89.02%-
XYZ50.6241.3647.43-
YUV176.22129.01164.22-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.90%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=40.90%
G=27.03%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715017800.340.220.11338.1857.8973.92
HexE396B202216B1523a4a
Octal343226262042261352272112
Binary11100011100101101011001001000101011010111010100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396B2; }

 p { color: rgb(227,150,178); }

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

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

 a { background-color: rgb(227,150,178); }

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

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

 span { border-color: rgb(227,150,178); }

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