#e48bb1

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

Shades of Kobi #E48BB1

Tints of Kobi #E48BB1

Color information

#E48BB1 (or 0xE48BB1) is unknown color: approx Kobi. HEX triplet: E4, 8B and B1. RGB value is (228,139,177). Sum of RGB (Red+Green+Blue) = 228+139+177=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BB1 is #1B744E. Grayscale: #A9A9A9. Windows color (decimal): -1799247 or 11635684. OLE color: 11635684.

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

Color convert

RGB228139177-
CMYK00.390.220.11
HSL334.38º62.24%71.96%-
HSV(B)334.38º39.04%89.41%-
XYZ49.1638.1346.36-
YUV169.94131.99169.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=41.91%
G=25.55%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813917700.390.220.11334.3862.2471.96
HexE48BB102716B14e3e48
Octal344213261047261351676110
Binary11100100100010111011000101001111011010111010011101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e48bb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e48bb1; }

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

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

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

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

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

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

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

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