#E698AC

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

Shades of Kobi #E698AC

Tints of Kobi #E698AC

Color information

#E698AC (or 0xE698AC) is unknown color: approx Kobi. HEX triplet: E6, 98 and AC. RGB value is (230,152,172). Sum of RGB (Red+Green+Blue) = 230+152+172=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E698AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698AC is #196753. Grayscale: #B1B1B1. Windows color (decimal): -1664852 or 11311334. OLE color: 11311334.

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

Color convert

RGB230152172-
CMYK00.340.250.10
HSL344.62º60.94%74.9%-
HSV(B)344.62º33.91%90.2%-
XYZ51.3142.2644.48-
YUV177.6124.84165.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.52%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=41.52%
G=27.44%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015217200.340.250.10344.6260.9474.9
HexE698AC02219A1593d4b
Octal346230254042311253175113
Binary11100110100110001010110001000101100110101010110011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E698AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E698AC; }

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

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

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

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

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

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

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

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