#E495AF

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

Shades of Kobi #E495AF

Tints of Kobi #E495AF

Color information

#E495AF (or 0xE495AF) is unknown color: approx Kobi. HEX triplet: E4, 95 and AF. RGB value is (228,149,175). Sum of RGB (Red+Green+Blue) = 228+149+175=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E495AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E495AF is #1B6A50. Grayscale: #AFAFAF. Windows color (decimal): -1796689 or 11507172. OLE color: 11507172.

HSL color Cylindrical-coordinate representation of color #E495AF: hue angle of 340.25º 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 #E495AF is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB228149175-
CMYK00.350.230.11
HSL340.25º59.4%73.92%-
HSV(B)340.25º34.65%89.41%-
XYZ50.4841.0845.83-
YUV175.58127.67165.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.30%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=41.30%
G=26.99%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814917500.350.230.11340.2559.473.92
HexE495AF02317B1543b4a
Octal344225257043271352473112
Binary11100100100101011010111101000111011110111010101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E495AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E495AF; }

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

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

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

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

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

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

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

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