#E2617A

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

Shades of Froly #E2617A

Tints of Froly #E2617A

Color information

#E2617A (or 0xE2617A) is unknown color: approx Froly. HEX triplet: E2, 61 and 7A. RGB value is (226,97,122). Sum of RGB (Red+Green+Blue) = 226+97+122=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E2617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2617A is #1D9E85. Grayscale: #8A8A8A. Windows color (decimal): -1941126 or 8020450. OLE color: 8020450.

HSL color Cylindrical-coordinate representation of color #E2617A: hue angle of 348.37º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2617A is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB22697122-
CMYK00.570.460.11
HSL348.37º68.98%63.33%-
HSV(B)348.37º57.08%88.63%-
XYZ39.1526.1221.39-
YUV138.42118.74190.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.79%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=50.79%
G=21.80%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269712200.570.460.11348.3768.9863.33
HexE2617A0392EB15c453f
Octal342141172071561353410577
Binary1110001011000011111010011100110111010111010111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2617A; }

 p { color: rgb(226,97,122); }

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

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

 a { background-color: rgb(226,97,122); }

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

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

 span { border-color: rgb(226,97,122); }

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