#E692A9

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

Shades of Kobi #E692A9

Tints of Kobi #E692A9

Color information

#E692A9 (or 0xE692A9) is unknown color: approx Kobi. HEX triplet: E6, 92 and A9. RGB value is (230,146,169). Sum of RGB (Red+Green+Blue) = 230+146+169=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E692A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E692A9 is #196D56. Grayscale: #ADADAD. Windows color (decimal): -1666391 or 11113190. OLE color: 11113190.

HSL color Cylindrical-coordinate representation of color #E692A9: hue angle of 343.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E692A9 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB230146169-
CMYK00.370.270.10
HSL343.57º62.69%73.73%-
HSV(B)343.57º36.52%90.2%-
XYZ50.0740.2542.67-
YUV173.74125.33168.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=42.20%
G=26.79%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014616900.370.270.10343.5762.6973.73
HexE692A90251BA1583f4a
Octal346222251045331253077112
Binary11100110100100101010100101001011101110101010110001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E692A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E692A9; }

 p { color: rgb(230,146,169); }

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

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

 a { background-color: rgb(230,146,169); }

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

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

 span { border-color: rgb(230,146,169); }

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