#EE1145

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

Shades of Crimson #EE1145

Tints of Crimson #EE1145

Color information

#EE1145 (or 0xEE1145) is unknown color: approx Crimson. HEX triplet: EE, 11 and 45. RGB value is (238,17,69). Sum of RGB (Red+Green+Blue) = 238+17+69=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1145 is #11EEBA. Grayscale: #595959. Windows color (decimal): -1175227 or 4526574. OLE color: 4526574.

HSL color Cylindrical-coordinate representation of color #EE1145: hue angle of 345.88º 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 #EE1145 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB2381769-
CMYK00.930.710.07
HSL345.88º86.67%50%-
HSV(B)345.88º92.86%93.33%-
XYZ36.5319.017.37-
YUV89.01116.72234.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.46%
GREEN value IS 17 (7.03% from 255) = 5.25%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=73.46%
G=5.25%
B=21.30%

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
Decimal238176900.930.710.07345.8886.6750
HexEE114505D47715a5732
Octal356211050135107753212762
Binary111011101000110001010101110110001111111010110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1145; }

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

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

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

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

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

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

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

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