#E18CB1

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

Shades of Kobi #E18CB1

Tints of Kobi #E18CB1

Color information

#E18CB1 (or 0xE18CB1) is unknown color: approx Kobi. HEX triplet: E1, 8C and B1. RGB value is (225,140,177). Sum of RGB (Red+Green+Blue) = 225+140+177=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CB1 is #1E734E. Grayscale: #A9A9A9. Windows color (decimal): -1995599 or 11635937. OLE color: 11635937.

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

Color convert

RGB225140177-
CMYK00.380.210.12
HSL333.88º58.62%71.57%-
HSV(B)333.88º37.78%88.24%-
XYZ48.3737.9446.37-
YUV169.63132.16167.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=41.51%
G=25.83%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514017700.380.210.12333.8858.6271.57
HexE18CB102615C14e3b48
Octal341214261046251451673110
Binary11100001100011001011000101001101010111001010011101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CB1; }

 p { color: rgb(225,140,177); }

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

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

 a { background-color: rgb(225,140,177); }

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

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

 span { border-color: rgb(225,140,177); }

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