Html Css Color HEX #E50144 Crimson

📋 copy color: '#E50144'

red 229 ◦ green 1 ◦ blue 68

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

Shades of Crimson #E50144

Tints of Crimson #E50144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 76.85%
G = 0.34%
B = 22.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E50144 (or 0xE50144) is known color: Crimson. HEX triplet: E5, 01 and 44. RGB value is (229,1,68). Sum of RGB (Red+Green+Blue) = 229+1+68=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E50144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50144 is #1AFEBB. Grayscale: #4C4C4C. Windows color (decimal): -1769148 or 4456933. OLE color: 4456933.

HSL color Cylindrical-coordinate representation of color #E50144: hue angle of 342.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50144 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 68 -
CMYK 0 1.00 0.70 0.10
HSL 342.37º 0.99% 0.45% -
HSV(B) 342.37º 1% 0.9% -
XYZ 33.37 17.1 7.01 -
YUV 76.81 123.04 236.55 -
System Red Green Blue C M Y K H S L
Decimal 229 1 68 0 1.00 0.70 0.10 342.37 0.99 0.45
Hex E5 1 44 0 64 46 A 156 63 2D
Octal 345 1 104 0 144 106 12 526 143 55
Binary 11100101 1 1000100 0 1100100 1000110 1010 101010110 1100011 101101

Color Harmonies of #E50144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50144

Black with #E50144

Text Example


Text Example

White with #E50144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50144; }

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

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

background-color css

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

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

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

border-color css

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

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

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