#E695AA

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

Shades of Kobi #E695AA

Tints of Kobi #E695AA

Color information

#E695AA (or 0xE695AA) is unknown color: approx Kobi. HEX triplet: E6, 95 and AA. RGB value is (230,149,170). Sum of RGB (Red+Green+Blue) = 230+149+170=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E695AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695AA is #196A55. Grayscale: #AFAFAF. Windows color (decimal): -1665622 or 11179494. OLE color: 11179494.

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

Color convert

RGB230149170-
CMYK00.350.260.10
HSL344.44º61.83%74.31%-
HSV(B)344.44º35.22%90.2%-
XYZ50.6441.2243.32-
YUV175.61124.84166.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=41.89%
G=27.14%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014917000.350.260.10344.4461.8374.31
HexE695AA0231AA1583e4a
Octal346225252043321253076112
Binary11100110100101011010101001000111101010101010110001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695AA; }

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

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

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

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

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

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

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

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