#EE1144

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

Shades of Crimson #EE1144

Tints of Crimson #EE1144

Color information

#EE1144 (or 0xEE1144) is unknown color: approx Crimson. HEX triplet: EE, 11 and 44. RGB value is (238,17,68). Sum of RGB (Red+Green+Blue) = 238+17+68=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1144 is #11EEBB. Grayscale: #585858. Windows color (decimal): -1175228 or 4461038. OLE color: 4461038.

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

Color convert

RGB2381768-
CMYK00.930.710.07
HSL346.15º86.67%50%-
HSV(B)346.15º92.86%93.33%-
XYZ36.5197.21-
YUV88.89116.22234.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.68%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=73.68%
G=5.26%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238176800.930.710.07346.1586.6750
HexEE114405D47715a5732
Octal356211040135107753212762
Binary111011101000110001000101110110001111111010110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1144; }

 p { color: rgb(238,17,68); }

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

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

 a { background-color: rgb(238,17,68); }

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

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

 span { border-color: rgb(238,17,68); }

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