#E693AE

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

Shades of Kobi #E693AE

Tints of Kobi #E693AE

Color information

#E693AE (or 0xE693AE) is unknown color: approx Kobi. HEX triplet: E6, 93 and AE. RGB value is (230,147,174). Sum of RGB (Red+Green+Blue) = 230+147+174=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E693AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E693AE is #196C51. Grayscale: #AEAEAE. Windows color (decimal): -1666130 or 11441126. OLE color: 11441126.

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

Color convert

RGB230147174-
CMYK00.360.240.10
HSL340.48º62.41%73.92%-
HSV(B)340.48º36.09%90.2%-
XYZ50.7140.7545.24-
YUV174.9127.5167.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=41.74%
G=26.68%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014717400.360.240.10340.4862.4173.92
HexE693AE02418A1543e4a
Octal346223256044301252476112
Binary11100110100100111010111001001001100010101010101001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E693AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E693AE; }

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

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

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

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

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

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

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

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