#E17FAC

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

Shades of Kobi #E17FAC

Tints of Kobi #E17FAC

Color information

#E17FAC (or 0xE17FAC) is unknown color: approx Kobi. HEX triplet: E1, 7F and AC. RGB value is (225,127,172). Sum of RGB (Red+Green+Blue) = 225+127+172=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FAC is #1E8053. Grayscale: #A1A1A1. Windows color (decimal): -1998932 or 11304929. OLE color: 11304929.

HSL color Cylindrical-coordinate representation of color #E17FAC: hue angle of 332.45º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FAC is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225127172-
CMYK00.440.240.12
HSL332.45º62.03%69.02%-
HSV(B)332.45º43.56%88.24%-
XYZ46.0934.1643.2-
YUV161.43133.97173.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=42.94%
G=24.24%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512717200.440.240.12332.4562.0369.02
HexE17FAC02C18C14c3e45
Octal341177254054301451476105
Binary1110000111111111010110001011001100011001010011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FAC; }

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

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

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

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

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

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

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

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