Html Css Color HEX #E50544 Crimson

📋 copy color: '#E50544'

red 229 ◦ green 5 ◦ blue 68

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

Shades of Crimson #E50544

Tints of Crimson #E50544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 75.83%
G = 1.66%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E50544 (or 0xE50544) is known color: Crimson. HEX triplet: E5, 05 and 44. RGB value is (229,5,68). Sum of RGB (Red+Green+Blue) = 229+5+68=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E50544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50544 is #1AFABB. Grayscale: #4F4F4F. Windows color (decimal): -1768124 or 4457957. OLE color: 4457957.

HSL color Cylindrical-coordinate representation of color #E50544: hue angle of 343.12º 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 #E50544 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 68 -
CMYK 0 0.98 0.70 0.10
HSL 343.13º 0.96% 0.46% -
HSV(B) 343.13º 0.98% 0.9% -
XYZ 33.41 17.18 7.02 -
YUV 79.16 121.71 234.88 -
System Red Green Blue C M Y K H S L
Decimal 229 5 68 0 0.98 0.70 0.10 343.13 0.96 0.46
Hex E5 5 44 0 62 46 A 157 60 2E
Octal 345 5 104 0 142 106 12 527 140 56
Binary 11100101 101 1000100 0 1100010 1000110 1010 101010111 1100000 101110

Color Harmonies of #E50544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50544

Black with #E50544

Text Example


Text Example

White with #E50544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50544; }

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

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

background-color css

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

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

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

border-color css

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

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

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