#EE0546

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

Shades of Torch Red #EE0546

Tints of Torch Red #EE0546

Color information

#EE0546 (or 0xEE0546) is unknown color: approx Torch Red. HEX triplet: EE, 05 and 46. RGB value is (238,5,70). Sum of RGB (Red+Green+Blue) = 238+5+70=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0546 is #11FAB9. Grayscale: #525252. Windows color (decimal): -1178298 or 4589038. OLE color: 4589038.

HSL color Cylindrical-coordinate representation of color #EE0546: hue angle of 343.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0546 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB238570-
CMYK00.980.710.07
HSL343.26º95.88%47.65%-
HSV(B)343.26º97.9%93.33%-
XYZ36.4218.737.49-
YUV82.08121.19239.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 76.04%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=76.04%
G=1.60%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23857000.980.710.07343.2695.8847.65
HexEE5460624771576030
Octal35651060142107752714060
Binary1110111010110001100110001010001111111010101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0546; }

 p { color: rgb(238,5,70); }

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

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

 a { background-color: rgb(238,5,70); }

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

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

 span { border-color: rgb(238,5,70); }

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