#E17FA7

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

Shades of Kobi #E17FA7

Tints of Kobi #E17FA7

Color information

#E17FA7 (or 0xE17FA7) is unknown color: approx Kobi. HEX triplet: E1, 7F and A7. RGB value is (225,127,167). Sum of RGB (Red+Green+Blue) = 225+127+167=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FA7 is #1E8058. Grayscale: #A0A0A0. Windows color (decimal): -1998937 or 10977249. OLE color: 10977249.

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

Color convert

RGB225127167-
CMYK00.440.260.12
HSL335.51º62.03%69.02%-
HSV(B)335.51º43.56%88.24%-
XYZ45.6233.9840.71-
YUV160.86131.47173.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 167 (65.62% from 255) = 32.18%
R=43.35%
G=24.47%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512716700.440.260.12335.5162.0369.02
HexE17FA702C1AC1503e45
Octal341177247054321452076105
Binary1110000111111111010011101011001101011001010100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FA7; }

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

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

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

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

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

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

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

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