#E18FAC

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

Shades of Kobi #E18FAC

Tints of Kobi #E18FAC

Color information

#E18FAC (or 0xE18FAC) is unknown color: approx Kobi. HEX triplet: E1, 8F and AC. RGB value is (225,143,172). Sum of RGB (Red+Green+Blue) = 225+143+172=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FAC is #1E7053. Grayscale: #AAAAAA. Windows color (decimal): -1994836 or 11309025. OLE color: 11309025.

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

Color convert

RGB225143172-
CMYK00.360.240.12
HSL338.78º57.75%72.16%-
HSV(B)338.78º36.44%88.24%-
XYZ48.3238.6343.94-
YUV170.82128.67166.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=41.67%
G=26.48%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514317200.360.240.12338.7857.7572.16
HexE18FAC02418C1533a48
Octal341217254044301452372110
Binary11100001100011111010110001001001100011001010100111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FAC; }

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

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

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

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

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

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

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

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