#E695B0

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

Shades of Kobi #E695B0

Tints of Kobi #E695B0

Color information

#E695B0 (or 0xE695B0) is unknown color: approx Kobi. HEX triplet: E6, 95 and B0. RGB value is (230,149,176). Sum of RGB (Red+Green+Blue) = 230+149+176=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E695B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695B0 is #196A4F. Grayscale: #B0B0B0. Windows color (decimal): -1665616 or 11572710. OLE color: 11572710.

HSL color Cylindrical-coordinate representation of color #E695B0: hue angle of 340º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E695B0 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB230149176-
CMYK00.350.230.10
HSL340º61.83%74.31%-
HSV(B)340º35.22%90.2%-
XYZ51.2241.4546.38-
YUV176.3127.84166.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=41.44%
G=26.85%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014917600.350.230.1034061.8374.31
HexE695B002317A1543e4a
Octal346225260043271252476112
Binary11100110100101011011000001000111011110101010101001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695B0; }

 p { color: rgb(230,149,176); }

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

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

 a { background-color: rgb(230,149,176); }

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

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

 span { border-color: rgb(230,149,176); }

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