Html Css Color HEX #E81046 Crimson

📋 copy color: '#E81046'

red 232 ◦ green 16 ◦ blue 70

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

Shades of Crimson #E81046

Tints of Crimson #E81046

RGB

 RED value IS 232 (91.02% from 255) = 72.96%

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

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

R = 72.96%
G = 5.03%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E81046 (or 0xE81046) is known color: Crimson. HEX triplet: E8, 10 and 46. RGB value is (232,16,70). Sum of RGB (Red+Green+Blue) = 232+16+70=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E81046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81046 is #17EFB9. Grayscale: #565656. Windows color (decimal): -1568698 or 4591848. OLE color: 4591848.

HSL color Cylindrical-coordinate representation of color #E81046: hue angle of 345º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81046 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 16 70 -
CMYK 0 0.93 0.70 0.09
HSL 345º 0.87% 0.49% -
HSV(B) 345º 0.93% 0.91% -
XYZ 34.57 17.97 7.44 -
YUV 86.74 118.56 231.61 -
System Red Green Blue C M Y K H S L
Decimal 232 16 70 0 0.93 0.70 0.09 345 0.87 0.49
Hex E8 10 46 0 5D 46 9 159 57 31
Octal 350 20 106 0 135 106 11 531 127 61
Binary 11101000 10000 1000110 0 1011101 1000110 1001 101011001 1010111 110001

Color Harmonies of #E81046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81046

Black with #E81046

Text Example


Text Example

White with #E81046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81046; }

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

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

background-color css

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

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

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

border-color css

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

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

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