#E18FAD

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

Shades of Kobi #E18FAD

Tints of Kobi #E18FAD

Color information

#E18FAD (or 0xE18FAD) is unknown color: approx Kobi. HEX triplet: E1, 8F and AD. RGB value is (225,143,173). Sum of RGB (Red+Green+Blue) = 225+143+173=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FAD is #1E7052. Grayscale: #AAAAAA. Windows color (decimal): -1994835 or 11374561. OLE color: 11374561.

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

Color convert

RGB225143173-
CMYK00.360.230.12
HSL338.05º57.75%72.16%-
HSV(B)338.05º36.44%88.24%-
XYZ48.4238.6744.45-
YUV170.94129.17166.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=41.59%
G=26.43%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514317300.360.230.12338.0557.7572.16
HexE18FAD02417C1523a48
Octal341217255044271452272110
Binary11100001100011111010110101001001011111001010100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FAD; }

 p { color: rgb(225,143,173); }

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

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

 a { background-color: rgb(225,143,173); }

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

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

 span { border-color: rgb(225,143,173); }

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