#E693AB

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

Shades of Kobi #E693AB

Tints of Kobi #E693AB

Color information

#E693AB (or 0xE693AB) is unknown color: approx Kobi. HEX triplet: E6, 93 and AB. RGB value is (230,147,171). Sum of RGB (Red+Green+Blue) = 230+147+171=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E693AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E693AB is #196C54. Grayscale: #AEAEAE. Windows color (decimal): -1666133 or 11244518. OLE color: 11244518.

HSL color Cylindrical-coordinate representation of color #E693AB: hue angle of 342.65º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693AB is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230147171-
CMYK00.360.260.10
HSL342.65º62.41%73.92%-
HSV(B)342.65º36.09%90.2%-
XYZ50.4240.6343.71-
YUV174.55126167.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 147 (57.81% from 255) = 26.82%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=41.97%
G=26.82%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014717100.360.260.10342.6562.4173.92
HexE693AB0241AA1573e4a
Octal346223253044321252776112
Binary11100110100100111010101101001001101010101010101111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E693AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E693AB; }

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

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

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

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

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

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

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

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