#E696AD

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

Shades of Kobi #E696AD

Tints of Kobi #E696AD

Color information

#E696AD (or 0xE696AD) is unknown color: approx Kobi. HEX triplet: E6, 96 and AD. RGB value is (230,150,173). Sum of RGB (Red+Green+Blue) = 230+150+173=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E696AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696AD is #196952. Grayscale: #B0B0B0. Windows color (decimal): -1665363 or 11376358. OLE color: 11376358.

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

Color convert

RGB230150173-
CMYK00.350.250.10
HSL342.75º61.54%74.51%-
HSV(B)342.75º34.78%90.2%-
XYZ51.0841.6544.88-
YUV176.54126166.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=41.59%
G=27.12%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015017300.350.250.10342.7561.5474.51
HexE696AD02319A1573e4b
Octal346226255043311252776113
Binary11100110100101101010110101000111100110101010101111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E696AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E696AD; }

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

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

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

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

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

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

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

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