Html Css Color HEX #E50445 Crimson

📋 copy color: '#E50445'

red 229 ◦ green 4 ◦ blue 69

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

Shades of Crimson #E50445

Tints of Crimson #E50445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 75.83%
G = 1.32%
B = 22.85%

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

#E50445 (or 0xE50445) is known color: Crimson. HEX triplet: E5, 04 and 45. RGB value is (229,4,69). Sum of RGB (Red+Green+Blue) = 229+4+69=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E50445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50445 is #1AFBBA. Grayscale: #4E4E4E. Windows color (decimal): -1768379 or 4523237. OLE color: 4523237.

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

Color convert

RGB 229 4 69 -
CMYK 0 0.98 0.70 0.10
HSL 342.67º 0.97% 0.46% -
HSV(B) 342.67º 0.98% 0.9% -
XYZ 33.43 17.17 7.18 -
YUV 78.69 122.54 235.21 -
System Red Green Blue C M Y K H S L
Decimal 229 4 69 0 0.98 0.70 0.10 342.67 0.97 0.46
Hex E5 4 45 0 62 46 A 157 61 2E
Octal 345 4 105 0 142 106 12 527 141 56
Binary 11100101 100 1000101 0 1100010 1000110 1010 101010111 1100001 101110

Color Harmonies of #E50445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50445

Black with #E50445

Text Example


Text Example

White with #E50445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50445; }

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

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

background-color css

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

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

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

border-color css

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

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

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