#E17FAF

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

Shades of Kobi #E17FAF

Tints of Kobi #E17FAF

Color information

#E17FAF (or 0xE17FAF) is unknown color: approx Kobi. HEX triplet: E1, 7F and AF. RGB value is (225,127,175). Sum of RGB (Red+Green+Blue) = 225+127+175=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FAF is #1E8050. Grayscale: #A1A1A1. Windows color (decimal): -1998929 or 11501537. OLE color: 11501537.

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

Color convert

RGB225127175-
CMYK00.440.220.12
HSL330.61º62.03%69.02%-
HSV(B)330.61º43.56%88.24%-
XYZ46.3834.2844.73-
YUV161.77135.47173.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=42.69%
G=24.10%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512717500.440.220.12330.6162.0369.02
HexE17FAF02C16C14b3e45
Octal341177257054261451376105
Binary1110000111111111010111101011001011011001010010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FAF; }

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

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

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

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

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

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

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

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