#E691AF

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

Shades of Kobi #E691AF

Tints of Kobi #E691AF

Color information

#E691AF (or 0xE691AF) is unknown color: approx Kobi. HEX triplet: E6, 91 and AF. RGB value is (230,145,175). Sum of RGB (Red+Green+Blue) = 230+145+175=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E691AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E691AF is #196E50. Grayscale: #ADADAD. Windows color (decimal): -1666641 or 11506150. OLE color: 11506150.

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

Color convert

RGB230145175-
CMYK00.370.240.10
HSL338.82º62.96%73.53%-
HSV(B)338.82º36.96%90.2%-
XYZ50.540.1745.65-
YUV173.83128.66168.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=41.82%
G=26.36%
B=31.82%

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
Decimal23014517500.370.240.10338.8262.9673.53
HexE691AF02518A1533f4a
Octal346221257045301252377112
Binary11100110100100011010111101001011100010101010100111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691AF; }

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

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

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

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

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

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

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

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