#E695AD

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

Shades of Kobi #E695AD

Tints of Kobi #E695AD

Color information

#E695AD (or 0xE695AD) is unknown color: approx Kobi. HEX triplet: E6, 95 and AD. RGB value is (230,149,173). Sum of RGB (Red+Green+Blue) = 230+149+173=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E695AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695AD is #196A52. Grayscale: #AFAFAF. Windows color (decimal): -1665619 or 11376102. OLE color: 11376102.

HSL color Cylindrical-coordinate representation of color #E695AD: hue angle of 342.22º 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 #E695AD is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230149173-
CMYK00.350.250.10
HSL342.22º61.83%74.31%-
HSV(B)342.22º35.22%90.2%-
XYZ50.9241.3444.83-
YUV175.96126.34166.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=41.67%
G=26.99%
B=31.34%

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
Decimal23014917300.350.250.10342.2261.8374.31
HexE695AD02319A1563e4a
Octal346225255043311252676112
Binary11100110100101011010110101000111100110101010101101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695AD; }

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

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

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

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

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

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

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

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