#E18CA5

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

Shades of Kobi #E18CA5

Tints of Kobi #E18CA5

Color information

#E18CA5 (or 0xE18CA5) is unknown color: approx Kobi. HEX triplet: E1, 8C and A5. RGB value is (225,140,165). Sum of RGB (Red+Green+Blue) = 225+140+165=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CA5 is #1E735A. Grayscale: #A8A8A8. Windows color (decimal): -1995611 or 10849505. OLE color: 10849505.

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

Color convert

RGB225140165-
CMYK00.380.270.12
HSL342.35º58.62%71.57%-
HSV(B)342.35º37.78%88.24%-
XYZ47.2237.4840.34-
YUV168.26126.16168.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=42.45%
G=26.42%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514016500.380.270.12342.3558.6271.57
HexE18CA50261BC1563b48
Octal341214245046331452673110
Binary11100001100011001010010101001101101111001010101101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CA5; }

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

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

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

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

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

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

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

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