Html Css Color HEX #E11046 Crimson

📋 copy color: '#E11046'

red 225 ◦ green 16 ◦ blue 70

#E11046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E11046

Tints of Crimson #E11046

RGB

 RED value IS 225 (88.28% from 255) = 72.35%

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 72.35%
G = 5.14%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E11046 (or 0xE11046) is known color: Crimson. HEX triplet: E1, 10 and 46. RGB value is (225,16,70). Sum of RGB (Red+Green+Blue) = 225+16+70=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E11046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11046 is #1EEFB9. Grayscale: #545454. Windows color (decimal): -2027450 or 4591841. OLE color: 4591841.

HSL color Cylindrical-coordinate representation of color #E11046: hue angle of 344.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11046 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 70 -
CMYK 0 0.93 0.69 0.12
HSL 344.5º 0.87% 0.47% -
HSV(B) 344.5º 0.93% 0.88% -
XYZ 32.34 16.82 7.34 -
YUV 84.65 119.74 228.11 -
System Red Green Blue C M Y K H S L
Decimal 225 16 70 0 0.93 0.69 0.12 344.5 0.87 0.47
Hex E1 10 46 0 5D 45 C 158 57 2F
Octal 341 20 106 0 135 105 14 530 127 57
Binary 11100001 10000 1000110 0 1011101 1000101 1100 101011000 1010111 101111

Color Harmonies of #E11046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11046

Black with #E11046

Text Example


Text Example

White with #E11046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11046; }

 p { color: rgb(225,16,70); }

 H1.HeaderClassName
 {
   color: #E11046;
 }
 .AnyTagClassName
 {
   color: #E11046;
 }
</style>

background-color css

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

 a { background-color: rgb(225,16,70); }

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

border-color css

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

 span { border-color: rgb(225,16,70); }

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