#E48BA0

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

Shades of Kobi #E48BA0

Tints of Kobi #E48BA0

Color information

#E48BA0 (or 0xE48BA0) is unknown color: approx Kobi. HEX triplet: E4, 8B and A0. RGB value is (228,139,160). Sum of RGB (Red+Green+Blue) = 228+139+160=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BA0 is #1B745F. Grayscale: #A8A8A8. Windows color (decimal): -1799264 or 10521572. OLE color: 10521572.

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

Color convert

RGB228139160-
CMYK00.390.300.11
HSL345.84º62.24%71.96%-
HSV(B)345.84º39.04%89.41%-
XYZ47.5737.537.99-
YUV168123.49170.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=43.26%
G=26.38%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813916000.390.300.11345.8462.2471.96
HexE48BA00271EB15a3e48
Octal344213240047361353276110
Binary11100100100010111010000001001111111010111010110101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BA0; }

 p { color: rgb(228,139,160); }

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

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

 a { background-color: rgb(228,139,160); }

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

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

 span { border-color: rgb(228,139,160); }

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