Html Css Color HEX #E50440 Crimson

📋 copy color: '#E50440'

red 229 ◦ green 4 ◦ blue 64

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

Shades of Crimson #E50440

Tints of Crimson #E50440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 77.1%
G = 1.35%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E50440 (or 0xE50440) is known color: Crimson. HEX triplet: E5, 04 and 40. RGB value is (229,4,64). Sum of RGB (Red+Green+Blue) = 229+4+64=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E50440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50440 is #1AFBBF. Grayscale: #4E4E4E. Windows color (decimal): -1768384 or 4195557. OLE color: 4195557.

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

Color convert

RGB 229 4 64 -
CMYK 0 0.98 0.72 0.10
HSL 344º 0.97% 0.46% -
HSV(B) 344º 0.98% 0.9% -
XYZ 33.28 17.12 6.4 -
YUV 78.12 120.04 235.62 -
System Red Green Blue C M Y K H S L
Decimal 229 4 64 0 0.98 0.72 0.10 344 0.97 0.46
Hex E5 4 40 0 62 48 A 158 61 2E
Octal 345 4 100 0 142 110 12 530 141 56
Binary 11100101 100 1000000 0 1100010 1001000 1010 101011000 1100001 101110

Color Harmonies of #E50440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50440

Black with #E50440

Text Example


Text Example

White with #E50440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50440; }

 p { color: rgb(229,4,64); }

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

background-color css

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

 a { background-color: rgb(229,4,64); }

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

border-color css

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

 span { border-color: rgb(229,4,64); }

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