#E697B4

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

Shades of Kobi #E697B4

Tints of Kobi #E697B4

Color information

#E697B4 (or 0xE697B4) is unknown color: approx Kobi. HEX triplet: E6, 97 and B4. RGB value is (230,151,180). Sum of RGB (Red+Green+Blue) = 230+151+180=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E697B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697B4 is #19684B. Grayscale: #B1B1B1. Windows color (decimal): -1665100 or 11835366. OLE color: 11835366.

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

Color convert

RGB230151180-
CMYK00.340.220.10
HSL337.97º61.24%74.71%-
HSV(B)337.97º34.35%90.2%-
XYZ51.9442.2548.6-
YUV177.93129.17165.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.00%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=41.00%
G=26.92%
B=32.09%

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
Decimal23015118000.340.220.10337.9761.2474.71
HexE697B402216A1523d4b
Octal346227264042261252275113
Binary11100110100101111011010001000101011010101010100101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697B4; }

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

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

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

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

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

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

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

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