#E48BB3

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

Shades of Kobi #E48BB3

Tints of Kobi #E48BB3

Color information

#E48BB3 (or 0xE48BB3) is unknown color: approx Kobi. HEX triplet: E4, 8B and B3. RGB value is (228,139,179). Sum of RGB (Red+Green+Blue) = 228+139+179=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BB3 is #1B744C. Grayscale: #AAAAAA. Windows color (decimal): -1799245 or 11766756. OLE color: 11766756.

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

Color convert

RGB228139179-
CMYK00.390.210.11
HSL333.03º62.24%71.96%-
HSV(B)333.03º39.04%89.41%-
XYZ49.3638.2147.42-
YUV170.17132.99169.25-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.76%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=41.76%
G=25.46%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813917900.390.210.11333.0362.2471.96
HexE48BB302715B14d3e48
Octal344213263047251351576110
Binary11100100100010111011001101001111010110111010011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BB3; }

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

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

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

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

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

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

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

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