#E48DAD

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

Shades of Kobi #E48DAD

Tints of Kobi #E48DAD

Color information

#E48DAD (or 0xE48DAD) is unknown color: approx Kobi. HEX triplet: E4, 8D and AD. RGB value is (228,141,173). Sum of RGB (Red+Green+Blue) = 228+141+173=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48DAD is #1B7252. Grayscale: #AAAAAA. Windows color (decimal): -1798739 or 11374052. OLE color: 11374052.

HSL color Cylindrical-coordinate representation of color #E48DAD: hue angle of 337.93º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48DAD is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB228141173-
CMYK00.380.240.11
HSL337.93º61.7%72.35%-
HSV(B)337.93º38.16%89.41%-
XYZ49.0638.5644.39-
YUV170.66129.32168.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.07%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=42.07%
G=26.01%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814117300.380.240.11337.9361.772.35
HexE48DAD02618B1523e48
Octal344215255046301352276110
Binary11100100100011011010110101001101100010111010100101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DAD; }

 p { color: rgb(228,141,173); }

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

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

 a { background-color: rgb(228,141,173); }

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

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

 span { border-color: rgb(228,141,173); }

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