#E18FAF

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

Shades of Kobi #E18FAF

Tints of Kobi #E18FAF

Color information

#E18FAF (or 0xE18FAF) is unknown color: approx Kobi. HEX triplet: E1, 8F and AF. RGB value is (225,143,175). Sum of RGB (Red+Green+Blue) = 225+143+175=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FAF is #1E7050. Grayscale: #ABABAB. Windows color (decimal): -1994833 or 11505633. OLE color: 11505633.

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

Color convert

RGB225143175-
CMYK00.360.220.12
HSL336.59º57.75%72.16%-
HSV(B)336.59º36.44%88.24%-
XYZ48.6138.7545.47-
YUV171.17130.17166.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=41.44%
G=26.34%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514317500.360.220.12336.5957.7572.16
HexE18FAF02416C1513a48
Octal341217257044261452172110
Binary11100001100011111010111101001001011011001010100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FAF; }

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

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

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

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

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

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

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

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