#E18BAE

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

Shades of Kobi #E18BAE

Tints of Kobi #E18BAE

Color information

#E18BAE (or 0xE18BAE) is unknown color: approx Kobi. HEX triplet: E1, 8B and AE. RGB value is (225,139,174). Sum of RGB (Red+Green+Blue) = 225+139+174=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BAE is #1E7451. Grayscale: #A8A8A8. Windows color (decimal): -1995858 or 11439073. OLE color: 11439073.

HSL color Cylindrical-coordinate representation of color #E18BAE: hue angle of 335.58º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BAE is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225139174-
CMYK00.380.230.12
HSL335.58º58.9%71.37%-
HSV(B)335.58º38.22%88.24%-
XYZ47.9237.5344.76-
YUV168.7130.99168.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=41.82%
G=25.84%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513917400.380.230.12335.5858.971.37
HexE18BAE02617C1503b47
Octal341213256046271452073107
Binary11100001100010111010111001001101011111001010100001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BAE; }

 p { color: rgb(225,139,174); }

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

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

 a { background-color: rgb(225,139,174); }

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

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

 span { border-color: rgb(225,139,174); }

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