#E18CA4

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

Shades of Kobi #E18CA4

Tints of Kobi #E18CA4

Color information

#E18CA4 (or 0xE18CA4) is unknown color: approx Kobi. HEX triplet: E1, 8C and A4. RGB value is (225,140,164). Sum of RGB (Red+Green+Blue) = 225+140+164=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CA4 is #1E735B. Grayscale: #A8A8A8. Windows color (decimal): -1995612 or 10783969. OLE color: 10783969.

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

Color convert

RGB225140164-
CMYK00.380.270.12
HSL343.06º58.62%71.57%-
HSV(B)343.06º37.78%88.24%-
XYZ47.1337.4439.87-
YUV168.15125.66168.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=42.53%
G=26.47%
B=31.00%

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
Decimal22514016400.380.270.12343.0658.6271.57
HexE18CA40261BC1573b48
Octal341214244046331452773110
Binary11100001100011001010010001001101101111001010101111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CA4; }

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

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

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

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

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

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

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

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