#E9626E

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

Shades of Froly #E9626E

Tints of Froly #E9626E

Color information

#E9626E (or 0xE9626E) is unknown color: approx Froly. HEX triplet: E9, 62 and 6E. RGB value is (233,98,110). Sum of RGB (Red+Green+Blue) = 233+98+110=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9626E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9626E is #169D91. Grayscale: #8B8B8B. Windows color (decimal): -1482130 or 7234281. OLE color: 7234281.

HSL color Cylindrical-coordinate representation of color #E9626E: hue angle of 354.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E9626E is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB23398110-
CMYK00.580.530.09
HSL354.67º75.42%64.9%-
HSV(B)354.67º57.94%91.37%-
XYZ40.7927.1817.85-
YUV139.73111.23194.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=52.83%
G=22.22%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339811000.580.530.09354.6775.4264.9
HexE9626E03A3591634b41
Octal3511421560726511543113101
Binary11101001110001011011100111010110101100110110001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9626E; }

 p { color: rgb(233,98,110); }

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

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

 a { background-color: rgb(233,98,110); }

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

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

 span { border-color: rgb(233,98,110); }

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