#E495AE

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

Shades of Kobi #E495AE

Tints of Kobi #E495AE

Color information

#E495AE (or 0xE495AE) is unknown color: approx Kobi. HEX triplet: E4, 95 and AE. RGB value is (228,149,174). Sum of RGB (Red+Green+Blue) = 228+149+174=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E495AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E495AE is #1B6A51. Grayscale: #AFAFAF. Windows color (decimal): -1796690 or 11441636. OLE color: 11441636.

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

Color convert

RGB228149174-
CMYK00.350.240.11
HSL341.01º59.4%73.92%-
HSV(B)341.01º34.65%89.41%-
XYZ50.3841.0445.31-
YUV175.47127.17165.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.38%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=41.38%
G=27.04%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814917400.350.240.11341.0159.473.92
HexE495AE02318B1553b4a
Octal344225256043301352573112
Binary11100100100101011010111001000111100010111010101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E495AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E495AE; }

 p { color: rgb(228,149,174); }

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

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

 a { background-color: rgb(228,149,174); }

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

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

 span { border-color: rgb(228,149,174); }

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