#E490AF

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

Shades of Kobi #E490AF

Tints of Kobi #E490AF

Color information

#E490AF (or 0xE490AF) is unknown color: approx Kobi. HEX triplet: E4, 90 and AF. RGB value is (228,144,175). Sum of RGB (Red+Green+Blue) = 228+144+175=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E490AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E490AF is #1B6F50. Grayscale: #ACACAC. Windows color (decimal): -1797969 or 11505892. OLE color: 11505892.

HSL color Cylindrical-coordinate representation of color #E490AF: hue angle of 337.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490AF is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB228144175-
CMYK00.370.230.11
HSL337.86º60.87%72.94%-
HSV(B)337.86º36.84%89.41%-
XYZ49.7139.5445.57-
YUV172.65129.33167.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=41.68%
G=26.33%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814417500.370.230.11337.8660.8772.94
HexE490AF02517B1523d49
Octal344220257045271352275111
Binary11100100100100001010111101001011011110111010100101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E490AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E490AF; }

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

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

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

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

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

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

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

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