#E17AAA

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

Shades of Kobi #E17AAA

Tints of Kobi #E17AAA

Color information

#E17AAA (or 0xE17AAA) is unknown color: approx Kobi. HEX triplet: E1, 7A and AA. RGB value is (225,122,170). Sum of RGB (Red+Green+Blue) = 225+122+170=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AAA is #1E8555. Grayscale: #9E9E9E. Windows color (decimal): -2000214 or 11172577. OLE color: 11172577.

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

Color convert

RGB225122170-
CMYK00.460.240.12
HSL332.04º63.19%68.04%-
HSV(B)332.04º45.78%88.24%-
XYZ45.2732.8341.98-
YUV158.27134.62175.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=43.52%
G=23.60%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512217000.460.240.12332.0463.1968.04
HexE17AAA02E18C14c3f44
Octal341172252056301451477104
Binary1110000111110101010101001011101100011001010011001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AAA; }

 p { color: rgb(225,122,170); }

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

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

 a { background-color: rgb(225,122,170); }

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

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

 span { border-color: rgb(225,122,170); }

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