#E48BA2

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

Shades of Kobi #E48BA2

Tints of Kobi #E48BA2

Color information

#E48BA2 (or 0xE48BA2) is unknown color: approx Kobi. HEX triplet: E4, 8B and A2. RGB value is (228,139,162). Sum of RGB (Red+Green+Blue) = 228+139+162=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BA2 is #1B745D. Grayscale: #A8A8A8. Windows color (decimal): -1799262 or 10652644. OLE color: 10652644.

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

Color convert

RGB228139162-
CMYK00.390.290.11
HSL344.49º62.24%71.96%-
HSV(B)344.49º39.04%89.41%-
XYZ47.7537.5738.92-
YUV168.23124.49170.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.10%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=43.10%
G=26.28%
B=30.62%

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
Decimal22813916200.390.290.11344.4962.2471.96
HexE48BA20271DB1583e48
Octal344213242047351353076110
Binary11100100100010111010001001001111110110111010110001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BA2; }

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

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

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

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

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

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

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

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