#E691AA

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

Shades of Kobi #E691AA

Tints of Kobi #E691AA

Color information

#E691AA (or 0xE691AA) is unknown color: approx Kobi. HEX triplet: E6, 91 and AA. RGB value is (230,145,170). Sum of RGB (Red+Green+Blue) = 230+145+170=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E691AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E691AA is #196E55. Grayscale: #ADADAD. Windows color (decimal): -1666646 or 11178470. OLE color: 11178470.

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

Color convert

RGB230145170-
CMYK00.370.260.10
HSL342.35º62.96%73.53%-
HSV(B)342.35º36.96%90.2%-
XYZ50.0139.9843.11-
YUV173.26126.16168.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=42.20%
G=26.61%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014517000.370.260.10342.3562.9673.53
HexE691AA0251AA1563f4a
Octal346221252045321252677112
Binary11100110100100011010101001001011101010101010101101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691AA; }

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

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

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

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

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

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

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

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