#E395AA

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

Shades of Kobi #E395AA

Tints of Kobi #E395AA

Color information

#E395AA (or 0xE395AA) is unknown color: approx Kobi. HEX triplet: E3, 95 and AA. RGB value is (227,149,170). Sum of RGB (Red+Green+Blue) = 227+149+170=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E395AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E395AA is #1C6A55. Grayscale: #AEAEAE. Windows color (decimal): -1862230 or 11179491. OLE color: 11179491.

HSL color Cylindrical-coordinate representation of color #E395AA: hue angle of 343.85º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395AA is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB227149170-
CMYK00.340.250.11
HSL343.85º58.21%73.73%-
HSV(B)343.85º34.36%89.02%-
XYZ49.6840.7343.27-
YUV174.72125.34165.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.58%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=41.58%
G=27.29%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714917000.340.250.11343.8558.2173.73
HexE395AA02219B1583a4a
Octal343225252042311353072112
Binary11100011100101011010101001000101100110111010110001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395AA; }

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

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

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

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

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

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

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

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