#E694AF

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

Shades of Kobi #E694AF

Tints of Kobi #E694AF

Color information

#E694AF (or 0xE694AF) is unknown color: approx Kobi. HEX triplet: E6, 94 and AF. RGB value is (230,148,175). Sum of RGB (Red+Green+Blue) = 230+148+175=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E694AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E694AF is #196B50. Grayscale: #AFAFAF. Windows color (decimal): -1665873 or 11506918. OLE color: 11506918.

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

Color convert

RGB230148175-
CMYK00.360.240.10
HSL340.24º62.12%74.12%-
HSV(B)340.24º35.65%90.2%-
XYZ50.9641.145.8-
YUV175.6127.67166.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=41.59%
G=26.76%
B=31.65%

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
Decimal23014817500.360.240.10340.2462.1274.12
HexE694AF02418A1543e4a
Octal346224257044301252476112
Binary11100110100101001010111101001001100010101010101001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E694AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E694AF; }

 p { color: rgb(230,148,175); }

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

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

 a { background-color: rgb(230,148,175); }

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

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

 span { border-color: rgb(230,148,175); }

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