#E17CA9

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

Shades of Kobi #E17CA9

Tints of Kobi #E17CA9

Color information

#E17CA9 (or 0xE17CA9) is unknown color: approx Kobi. HEX triplet: E1, 7C and A9. RGB value is (225,124,169). Sum of RGB (Red+Green+Blue) = 225+124+169=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17CA9 is #1E8356. Grayscale: #9F9F9F. Windows color (decimal): -1999703 or 11107553. OLE color: 11107553.

HSL color Cylindrical-coordinate representation of color #E17CA9: hue angle of 333.27º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17CA9 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB225124169-
CMYK00.450.250.12
HSL333.27º62.73%68.43%-
HSV(B)333.27º44.89%88.24%-
XYZ45.4233.2941.57-
YUV159.33133.46174.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 124 (48.83% from 255) = 23.94%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=43.44%
G=23.94%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512416900.450.250.12333.2762.7368.43
HexE17CA902D19C14d3f44
Octal341174251055311451577104
Binary1110000111111001010100101011011100111001010011011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CA9; }

 p { color: rgb(225,124,169); }

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

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

 a { background-color: rgb(225,124,169); }

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

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

 span { border-color: rgb(225,124,169); }

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