#E692AF

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

Shades of Kobi #E692AF

Tints of Kobi #E692AF

Color information

#E692AF (or 0xE692AF) is unknown color: approx Kobi. HEX triplet: E6, 92 and AF. RGB value is (230,146,175). Sum of RGB (Red+Green+Blue) = 230+146+175=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E692AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E692AF is #196D50. Grayscale: #AEAEAE. Windows color (decimal): -1666385 or 11506406. OLE color: 11506406.

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

Color convert

RGB230146175-
CMYK00.370.240.10
HSL339.29º62.69%73.73%-
HSV(B)339.29º36.52%90.2%-
XYZ50.6540.4845.7-
YUV174.42128.33167.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=41.74%
G=26.50%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014617500.370.240.10339.2962.6973.73
HexE692AF02518A1533f4a
Octal346222257045301252377112
Binary11100110100100101010111101001011100010101010100111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E692AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E692AF; }

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

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

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

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

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

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

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

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