#e695ae

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

Shades of Kobi #E695AE

Tints of Kobi #E695AE

Color information

#E695AE (or 0xE695AE) is unknown color: approx Kobi. HEX triplet: E6, 95 and AE. RGB value is (230,149,174). Sum of RGB (Red+Green+Blue) = 230+149+174=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E695AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695AE is #196A51. Grayscale: #B0B0B0. Windows color (decimal): -1665618 or 11441638. OLE color: 11441638.

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

Color convert

RGB230149174-
CMYK00.350.240.10
HSL341.48º61.83%74.31%-
HSV(B)341.48º35.22%90.2%-
XYZ51.0241.3745.34-
YUV176.07126.84166.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=41.59%
G=26.94%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014917400.350.240.10341.4861.8374.31
HexE695AE02318A1553e4a
Octal346225256043301252576112
Binary11100110100101011010111001000111100010101010101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e695ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e695ae; }

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

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

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

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

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

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

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

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