#E18CAC

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

Shades of Kobi #E18CAC

Tints of Kobi #E18CAC

Color information

#E18CAC (or 0xE18CAC) is unknown color: approx Kobi. HEX triplet: E1, 8C and AC. RGB value is (225,140,172). Sum of RGB (Red+Green+Blue) = 225+140+172=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CAC is #1E7353. Grayscale: #A9A9A9. Windows color (decimal): -1995604 or 11308257. OLE color: 11308257.

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

Color convert

RGB225140172-
CMYK00.380.240.12
HSL337.41º58.62%71.57%-
HSV(B)337.41º37.78%88.24%-
XYZ47.8837.7443.79-
YUV169.06129.66167.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=41.90%
G=26.07%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514017200.380.240.12337.4158.6271.57
HexE18CAC02618C1513b48
Octal341214254046301452173110
Binary11100001100011001010110001001101100011001010100011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CAC; }

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

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

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

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

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

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

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

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