#E494AD

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

Shades of Kobi #E494AD

Tints of Kobi #E494AD

Color information

#E494AD (or 0xE494AD) is unknown color: approx Kobi. HEX triplet: E4, 94 and AD. RGB value is (228,148,173). Sum of RGB (Red+Green+Blue) = 228+148+173=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E494AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E494AD is #1B6B52. Grayscale: #AEAEAE. Windows color (decimal): -1796947 or 11375844. OLE color: 11375844.

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

Color convert

RGB228148173-
CMYK00.350.240.11
HSL341.25º59.7%73.73%-
HSV(B)341.25º35.09%89.41%-
XYZ50.1340.6944.75-
YUV174.77127165.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.53%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=41.53%
G=26.96%
B=31.51%

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
Decimal22814817300.350.240.11341.2559.773.73
HexE494AD02318B1553c4a
Octal344224255043301352574112
Binary11100100100101001010110101000111100010111010101011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494AD; }

 p { color: rgb(228,148,173); }

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

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

 a { background-color: rgb(228,148,173); }

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

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

 span { border-color: rgb(228,148,173); }

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