#E697AB

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

Shades of Kobi #E697AB

Tints of Kobi #E697AB

Color information

#E697AB (or 0xE697AB) is unknown color: approx Kobi. HEX triplet: E6, 97 and AB. RGB value is (230,151,171). Sum of RGB (Red+Green+Blue) = 230+151+171=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E697AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697AB is #196854. Grayscale: #B0B0B0. Windows color (decimal): -1665109 or 11245542. OLE color: 11245542.

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

Color convert

RGB230151171-
CMYK00.340.260.10
HSL344.81º61.24%74.71%-
HSV(B)344.81º34.35%90.2%-
XYZ51.0541.943.92-
YUV176.9124.67165.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=41.67%
G=27.36%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015117100.340.260.10344.8161.2474.71
HexE697AB0221AA1593d4b
Octal346227253042321253175113
Binary11100110100101111010101101000101101010101010110011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697AB; }

 p { color: rgb(230,151,171); }

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

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

 a { background-color: rgb(230,151,171); }

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

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

 span { border-color: rgb(230,151,171); }

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