#E695A7

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

Shades of Kobi #E695A7

Tints of Kobi #E695A7

Color information

#E695A7 (or 0xE695A7) is unknown color: approx Kobi. HEX triplet: E6, 95 and A7. RGB value is (230,149,167). Sum of RGB (Red+Green+Blue) = 230+149+167=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E695A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695A7 is #196A58. Grayscale: #AFAFAF. Windows color (decimal): -1665625 or 10982886. OLE color: 10982886.

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

Color convert

RGB230149167-
CMYK00.350.270.10
HSL346.67º61.83%74.31%-
HSV(B)346.67º35.22%90.2%-
XYZ50.3641.1141.84-
YUV175.27123.34167.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.12%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=42.12%
G=27.29%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014916700.350.270.10346.6761.8374.31
HexE695A70231BA15b3e4a
Octal346225247043331253376112
Binary11100110100101011010011101000111101110101010110111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695A7; }

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

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

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

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

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

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

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

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