#E695AC

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

Shades of Kobi #E695AC

Tints of Kobi #E695AC

Color information

#E695AC (or 0xE695AC) is unknown color: approx Kobi. HEX triplet: E6, 95 and AC. RGB value is (230,149,172). Sum of RGB (Red+Green+Blue) = 230+149+172=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E695AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695AC is #196A53. Grayscale: #AFAFAF. Windows color (decimal): -1665620 or 11310566. OLE color: 11310566.

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

Color convert

RGB230149172-
CMYK00.350.250.10
HSL342.96º61.83%74.31%-
HSV(B)342.96º35.22%90.2%-
XYZ50.8341.344.32-
YUV175.84125.84166.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=41.74%
G=27.04%
B=31.22%

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
Decimal23014917200.350.250.10342.9661.8374.31
HexE695AC02319A1573e4a
Octal346225254043311252776112
Binary11100110100101011010110001000111100110101010101111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695AC; }

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

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

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

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

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

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

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

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