#E48AB0

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

Shades of Kobi #E48AB0

Tints of Kobi #E48AB0

Color information

#E48AB0 (or 0xE48AB0) is unknown color: approx Kobi. HEX triplet: E4, 8A and B0. RGB value is (228,138,176). Sum of RGB (Red+Green+Blue) = 228+138+176=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AB0 is #1B754F. Grayscale: #A9A9A9. Windows color (decimal): -1799504 or 11569892. OLE color: 11569892.

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

Color convert

RGB228138176-
CMYK00.390.230.11
HSL334.67º62.5%71.76%-
HSV(B)334.67º39.47%89.41%-
XYZ48.9237.8145.79-
YUV169.24131.82169.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.07%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=42.07%
G=25.46%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813817600.390.230.11334.6762.571.76
HexE48AB002717B14f3e48
Octal344212260047271351776110
Binary11100100100010101011000001001111011110111010011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AB0; }

 p { color: rgb(228,138,176); }

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

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

 a { background-color: rgb(228,138,176); }

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

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

 span { border-color: rgb(228,138,176); }

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