#E17EA5

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

Shades of Kobi #E17EA5

Tints of Kobi #E17EA5

Color information

#E17EA5 (or 0xE17EA5) is unknown color: approx Kobi. HEX triplet: E1, 7E and A5. RGB value is (225,126,165). Sum of RGB (Red+Green+Blue) = 225+126+165=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17EA5 is #1E815A. Grayscale: #9F9F9F. Windows color (decimal): -1999195 or 10845921. OLE color: 10845921.

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

Color convert

RGB225126165-
CMYK00.440.270.12
HSL336.36º62.26%68.82%-
HSV(B)336.36º44%88.24%-
XYZ45.333.6539.7-
YUV160.05130.8174.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=43.60%
G=24.42%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512616500.440.270.12336.3662.2668.82
HexE17EA502C1BC1503e45
Octal341176245054331452076105
Binary1110000111111101010010101011001101111001010100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17EA5; }

 p { color: rgb(225,126,165); }

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

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

 a { background-color: rgb(225,126,165); }

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

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

 span { border-color: rgb(225,126,165); }

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