#E48AA9

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

Shades of Kobi #E48AA9

Tints of Kobi #E48AA9

Color information

#E48AA9 (or 0xE48AA9) is unknown color: approx Kobi. HEX triplet: E4, 8A and A9. RGB value is (228,138,169). Sum of RGB (Red+Green+Blue) = 228+138+169=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AA9 is #1B7556. Grayscale: #A8A8A8. Windows color (decimal): -1799511 or 11111140. OLE color: 11111140.

HSL color Cylindrical-coordinate representation of color #E48AA9: hue angle of 339.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48AA9 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB228138169-
CMYK00.390.260.11
HSL339.33º62.5%71.76%-
HSV(B)339.33º39.47%89.41%-
XYZ48.2437.5442.24-
YUV168.44128.32170.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=42.62%
G=25.79%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813816900.390.260.11339.3362.571.76
HexE48AA90271AB1533e48
Octal344212251047321352376110
Binary11100100100010101010100101001111101010111010100111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AA9; }

 p { color: rgb(228,138,169); }

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

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

 a { background-color: rgb(228,138,169); }

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

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

 span { border-color: rgb(228,138,169); }

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