#E699AD

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

Shades of Kobi #E699AD

Tints of Kobi #E699AD

Color information

#E699AD (or 0xE699AD) is unknown color: approx Kobi. HEX triplet: E6, 99 and AD. RGB value is (230,153,173). Sum of RGB (Red+Green+Blue) = 230+153+173=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E699AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E699AD is #196652. Grayscale: #B2B2B2. Windows color (decimal): -1664595 or 11377126. OLE color: 11377126.

HSL color Cylindrical-coordinate representation of color #E699AD: hue angle of 344.42º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699AD is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230153173-
CMYK00.330.250.10
HSL344.42º60.63%75.1%-
HSV(B)344.42º33.48%90.2%-
XYZ51.5742.6245.04-
YUV178.3125.01164.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=41.37%
G=27.52%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015317300.330.250.10344.4260.6375.1
HexE699AD02119A1583d4b
Octal346231255041311253075113
Binary11100110100110011010110101000011100110101010110001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E699AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E699AD; }

 p { color: rgb(230,153,173); }

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

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

 a { background-color: rgb(230,153,173); }

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

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

 span { border-color: rgb(230,153,173); }

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