#E48EA1

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

Shades of Kobi #E48EA1

Tints of Kobi #E48EA1

Color information

#E48EA1 (or 0xE48EA1) is unknown color: approx Kobi. HEX triplet: E4, 8E and A1. RGB value is (228,142,161). Sum of RGB (Red+Green+Blue) = 228+142+161=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48EA1 is #1B715E. Grayscale: #A9A9A9. Windows color (decimal): -1798495 or 10587876. OLE color: 10587876.

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

Color convert

RGB228142161-
CMYK00.380.290.11
HSL346.74º61.43%72.55%-
HSV(B)346.74º37.72%89.41%-
XYZ48.138.4138.6-
YUV169.88122.99169.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.94%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 161 (63.28% from 255) = 30.32%
R=42.94%
G=26.74%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814216100.380.290.11346.7461.4372.55
HexE48EA10261DB15b3d49
Octal344216241046351353375111
Binary11100100100011101010000101001101110110111010110111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48EA1; }

 p { color: rgb(228,142,161); }

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

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

 a { background-color: rgb(228,142,161); }

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

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

 span { border-color: rgb(228,142,161); }

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