#E28EAE

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

Shades of Kobi #E28EAE

Tints of Kobi #E28EAE

Color information

#E28EAE (or 0xE28EAE) is unknown color: approx Kobi. HEX triplet: E2, 8E and AE. RGB value is (226,142,174). Sum of RGB (Red+Green+Blue) = 226+142+174=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E28EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28EAE is #1D7151. Grayscale: #AAAAAA. Windows color (decimal): -1929554 or 11439842. OLE color: 11439842.

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

Color convert

RGB226142174-
CMYK00.370.230.11
HSL337.14º59.15%72.16%-
HSV(B)337.14º37.17%88.63%-
XYZ48.6838.5744.92-
YUV170.76129.83167.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=41.70%
G=26.20%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614217400.370.230.11337.1459.1572.16
HexE28EAE02517B1513b48
Octal342216256045271352173110
Binary11100010100011101010111001001011011110111010100011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28EAE; }

 p { color: rgb(226,142,174); }

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

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

 a { background-color: rgb(226,142,174); }

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

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

 span { border-color: rgb(226,142,174); }

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