#E28DB4

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

Shades of Kobi #E28DB4

Tints of Kobi #E28DB4

Color information

#E28DB4 (or 0xE28DB4) is unknown color: approx Kobi. HEX triplet: E2, 8D and B4. RGB value is (226,141,180). Sum of RGB (Red+Green+Blue) = 226+141+180=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DB4 is #1D724B. Grayscale: #AAAAAA. Windows color (decimal): -1929804 or 11832802. OLE color: 11832802.

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

Color convert

RGB226141180-
CMYK00.380.200.11
HSL332.47º59.44%71.96%-
HSV(B)332.47º37.61%88.63%-
XYZ49.1338.5148.02-
YUV170.86133.16167.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=41.32%
G=25.78%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614118000.380.200.11332.4759.4471.96
HexE28DB402614B14c3b48
Octal342215264046241351473110
Binary11100010100011011011010001001101010010111010011001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DB4; }

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

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

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

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

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

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

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

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