#E698AE

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

Shades of Kobi #E698AE

Tints of Kobi #E698AE

Color information

#E698AE (or 0xE698AE) is unknown color: approx Kobi. HEX triplet: E6, 98 and AE. RGB value is (230,152,174). Sum of RGB (Red+Green+Blue) = 230+152+174=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E698AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698AE is #196751. Grayscale: #B1B1B1. Windows color (decimal): -1664850 or 11442406. OLE color: 11442406.

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

Color convert

RGB230152174-
CMYK00.340.240.10
HSL343.08º60.94%74.9%-
HSV(B)343.08º33.91%90.2%-
XYZ51.542.3445.5-
YUV177.83125.84165.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=41.37%
G=27.34%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015217400.340.240.10343.0860.9474.9
HexE698AE02218A1573d4b
Octal346230256042301252775113
Binary11100110100110001010111001000101100010101010101111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E698AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E698AE; }

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

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

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

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

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

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

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

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