Html Css Color HEX #E50546 Crimson

📋 copy color: '#E50546'

red 229 ◦ green 5 ◦ blue 70

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

Shades of Crimson #E50546

Tints of Crimson #E50546

RGB

 RED value IS 229 (89.84% from 255) = 75.33%

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 75.33%
G = 1.64%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E50546 (or 0xE50546) is known color: Crimson. HEX triplet: E5, 05 and 46. RGB value is (229,5,70). Sum of RGB (Red+Green+Blue) = 229+5+70=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E50546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50546 is #1AFAB9. Grayscale: #4F4F4F. Windows color (decimal): -1768122 or 4589029. OLE color: 4589029.

HSL color Cylindrical-coordinate representation of color #E50546: hue angle of 342.59º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50546 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 70 -
CMYK 0 0.98 0.69 0.10
HSL 342.59º 0.96% 0.46% -
HSV(B) 342.59º 0.98% 0.9% -
XYZ 33.47 17.21 7.35 -
YUV 79.39 122.71 234.71 -
System Red Green Blue C M Y K H S L
Decimal 229 5 70 0 0.98 0.69 0.10 342.59 0.96 0.46
Hex E5 5 46 0 62 45 A 157 60 2E
Octal 345 5 106 0 142 105 12 527 140 56
Binary 11100101 101 1000110 0 1100010 1000101 1010 101010111 1100000 101110

Color Harmonies of #E50546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50546

Black with #E50546

Text Example


Text Example

White with #E50546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50546; }

 p { color: rgb(229,5,70); }

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

background-color css

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

 a { background-color: rgb(229,5,70); }

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

border-color css

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

 span { border-color: rgb(229,5,70); }

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