#E698B4

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

Shades of Kobi #E698B4

Tints of Kobi #E698B4

Color information

#E698B4 (or 0xE698B4) is unknown color: approx Kobi. HEX triplet: E6, 98 and B4. RGB value is (230,152,180). Sum of RGB (Red+Green+Blue) = 230+152+180=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E698B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698B4 is #19674B. Grayscale: #B2B2B2. Windows color (decimal): -1664844 or 11835622. OLE color: 11835622.

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

Color convert

RGB230152180-
CMYK00.340.220.10
HSL338.46º60.94%74.9%-
HSV(B)338.46º33.91%90.2%-
XYZ52.142.5748.65-
YUV178.51128.84164.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=40.93%
G=27.05%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015218000.340.220.10338.4660.9474.9
HexE698B402216A1523d4b
Octal346230264042261252275113
Binary11100110100110001011010001000101011010101010100101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E698B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E698B4; }

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

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

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

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

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

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

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

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