#E48EA5

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

Shades of Kobi #E48EA5

Tints of Kobi #E48EA5

Color information

#E48EA5 (or 0xE48EA5) is unknown color: approx Kobi. HEX triplet: E4, 8E and A5. RGB value is (228,142,165). Sum of RGB (Red+Green+Blue) = 228+142+165=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48EA5 is #1B715A. Grayscale: #AAAAAA. Windows color (decimal): -1798491 or 10850020. OLE color: 10850020.

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

Color convert

RGB228142165-
CMYK00.380.280.11
HSL343.95º61.43%72.55%-
HSV(B)343.95º37.72%89.41%-
XYZ48.4638.5640.49-
YUV170.34124.99169.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 165 (64.84% from 255) = 30.84%
R=42.62%
G=26.54%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814216500.380.280.11343.9561.4372.55
HexE48EA50261CB1583d49
Octal344216245046341353075111
Binary11100100100011101010010101001101110010111010110001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48EA5; }

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

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

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

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

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

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

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

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