#E96374

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

Shades of Froly #E96374

Tints of Froly #E96374

Color information

#E96374 (or 0xE96374) is unknown color: approx Froly. HEX triplet: E9, 63 and 74. RGB value is (233,99,116). Sum of RGB (Red+Green+Blue) = 233+99+116=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E96374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96374 is #169C8B. Grayscale: #8D8D8D. Windows color (decimal): -1481868 or 7627753. OLE color: 7627753.

HSL color Cylindrical-coordinate representation of color #E96374: hue angle of 352.39º 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 #E96374 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB23399116-
CMYK00.580.500.09
HSL352.39º75.28%65.1%-
HSV(B)352.39º57.51%91.37%-
XYZ41.2227.5119.66-
YUV141113.89193.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.01%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 116 (45.70% from 255) = 25.89%
R=52.01%
G=22.10%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339911600.580.500.09352.3975.2865.1
HexE9637403A3291604b41
Octal3511431640726211540113101
Binary11101001110001111101000111010110010100110110000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96374; }

 p { color: rgb(233,99,116); }

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

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

 a { background-color: rgb(233,99,116); }

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

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

 span { border-color: rgb(233,99,116); }

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