Html Css Color HEX #E50944 Crimson

📋 copy color: '#E50944'

red 229 ◦ green 9 ◦ blue 68

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

Shades of Crimson #E50944

Tints of Crimson #E50944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.94%

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

R = 74.84%
G = 2.94%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E50944 (or 0xE50944) is known color: Crimson. HEX triplet: E5, 09 and 44. RGB value is (229,9,68). Sum of RGB (Red+Green+Blue) = 229+9+68=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E50944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50944 is #1AF6BB. Grayscale: #515151. Windows color (decimal): -1767100 or 4458981. OLE color: 4458981.

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

Color convert

RGB 229 9 68 -
CMYK 0 0.96 0.70 0.10
HSL 343.91º 0.92% 0.47% -
HSV(B) 343.91º 0.96% 0.9% -
XYZ 33.45 17.27 7.04 -
YUV 81.51 120.39 233.2 -
System Red Green Blue C M Y K H S L
Decimal 229 9 68 0 0.96 0.70 0.10 343.91 0.92 0.47
Hex E5 9 44 0 60 46 A 158 5C 2F
Octal 345 11 104 0 140 106 12 530 134 57
Binary 11100101 1001 1000100 0 1100000 1000110 1010 101011000 1011100 101111

Color Harmonies of #E50944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50944

Black with #E50944

Text Example


Text Example

White with #E50944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50944; }

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

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

background-color css

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

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

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

border-color css

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

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

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