#E28DAC

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

Shades of Kobi #E28DAC

Tints of Kobi #E28DAC

Color information

#E28DAC (or 0xE28DAC) is unknown color: approx Kobi. HEX triplet: E2, 8D and AC. RGB value is (226,141,172). Sum of RGB (Red+Green+Blue) = 226+141+172=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28DAC is #1D7253. Grayscale: #A9A9A9. Windows color (decimal): -1929812 or 11308514. OLE color: 11308514.

HSL color Cylindrical-coordinate representation of color #E28DAC: hue angle of 338.12º degrees, saturation: 0.59, 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 #E28DAC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226141172-
CMYK00.380.240.11
HSL338.12º59.44%71.96%-
HSV(B)338.12º37.61%88.63%-
XYZ48.3438.243.85-
YUV169.95129.16167.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=41.93%
G=26.16%
B=31.91%

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
Decimal22614117200.380.240.11338.1259.4471.96
HexE28DAC02618B1523b48
Octal342215254046301352273110
Binary11100010100011011010110001001101100010111010100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DAC; }

 p { color: rgb(226,141,172); }

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

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

 a { background-color: rgb(226,141,172); }

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

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

 span { border-color: rgb(226,141,172); }

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