#E10044

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

Shades of Crimson #E10044

Tints of Crimson #E10044

Color information

#E10044 (or 0xE10044) is unknown color: approx Crimson. HEX triplet: E1, 00 and 44. RGB value is (225,0,68). Sum of RGB (Red+Green+Blue) = 225+0+68=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E10044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10044 is #1EFFBB. Grayscale: #4A4A4A. Windows color (decimal): -2031548 or 4456673. OLE color: 4456673.

HSL color Cylindrical-coordinate representation of color #E10044: hue angle of 341.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10044 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB225068-
CMYK010.700.12
HSL341.87º100%44.12%-
HSV(B)341.87º100%88.24%-
XYZ32.0916.426.95-
YUV75.03124.04234.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=76.79%
G=0%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225068010.700.12341.8710044.12
HexE104406446C156642c
Octal341010401441061452614454
Binary111000010100010001100100100011011001010101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10044; }

 p { color: rgb(225,0,68); }

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

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

 a { background-color: rgb(225,0,68); }

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

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

 span { border-color: rgb(225,0,68); }

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