#E17CAB

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

Shades of Kobi #E17CAB

Tints of Kobi #E17CAB

Color information

#E17CAB (or 0xE17CAB) is unknown color: approx Kobi. HEX triplet: E1, 7C and AB. RGB value is (225,124,171). Sum of RGB (Red+Green+Blue) = 225+124+171=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17CAB is #1E8354. Grayscale: #9F9F9F. Windows color (decimal): -1999701 or 11238625. OLE color: 11238625.

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

Color convert

RGB225124171-
CMYK00.450.240.12
HSL332.08º62.73%68.43%-
HSV(B)332.08º44.89%88.24%-
XYZ45.6133.3642.56-
YUV159.56134.46174.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=43.27%
G=23.85%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512417100.450.240.12332.0862.7368.43
HexE17CAB02D18C14c3f44
Octal341174253055301451477104
Binary1110000111111001010101101011011100011001010011001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CAB; }

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

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

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

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

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

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

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

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