#E48BA3

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

Shades of Kobi #E48BA3

Tints of Kobi #E48BA3

Color information

#E48BA3 (or 0xE48BA3) is unknown color: approx Kobi. HEX triplet: E4, 8B and A3. RGB value is (228,139,163). Sum of RGB (Red+Green+Blue) = 228+139+163=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BA3 is #1B745C. Grayscale: #A8A8A8. Windows color (decimal): -1799261 or 10718180. OLE color: 10718180.

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

Color convert

RGB228139163-
CMYK00.390.290.11
HSL343.82º62.24%71.96%-
HSV(B)343.82º39.04%89.41%-
XYZ47.8437.639.39-
YUV168.35124.99170.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 163 (64.06% from 255) = 30.75%
R=43.02%
G=26.23%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813916300.390.290.11343.8262.2471.96
HexE48BA30271DB1583e48
Octal344213243047351353076110
Binary11100100100010111010001101001111110110111010110001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BA3; }

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

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

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

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

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

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

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

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