#E17FB0

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

Shades of Kobi #E17FB0

Tints of Kobi #E17FB0

Color information

#E17FB0 (or 0xE17FB0) is unknown color: approx Kobi. HEX triplet: E1, 7F and B0. RGB value is (225,127,176). Sum of RGB (Red+Green+Blue) = 225+127+176=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FB0 is #1E804F. Grayscale: #A1A1A1. Windows color (decimal): -1998928 or 11567073. OLE color: 11567073.

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

Color convert

RGB225127176-
CMYK00.440.220.12
HSL330º62.03%69.02%-
HSV(B)330º43.56%88.24%-
XYZ46.4834.3245.25-
YUV161.89135.97173.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 176 (69.14% from 255) = 33.33%
R=42.61%
G=24.05%
B=33.33%

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
Decimal22512717600.440.220.1233062.0369.02
HexE17FB002C16C14a3e45
Octal341177260054261451276105
Binary1110000111111111011000001011001011011001010010101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FB0; }

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

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

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

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

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

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

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

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