Html Css Color HEX #E20944 Crimson

📋 copy color: '#E20944'

red 226 ◦ green 9 ◦ blue 68

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

Shades of Crimson #E20944

Tints of Crimson #E20944

RGB

 RED value IS 226 (88.67% from 255) = 74.59%

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

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

R = 74.59%
G = 2.97%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E20944 (or 0xE20944) is known color: Crimson. HEX triplet: E2, 09 and 44. RGB value is (226,9,68). Sum of RGB (Red+Green+Blue) = 226+9+68=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E20944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20944 is #1DF6BB. Grayscale: #505050. Windows color (decimal): -1963708 or 4458978. OLE color: 4458978.

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

Color convert

RGB 226 9 68 -
CMYK 0 0.96 0.70 0.11
HSL 343.69º 0.92% 0.46% -
HSV(B) 343.69º 0.96% 0.89% -
XYZ 32.51 16.78 6.99 -
YUV 80.61 120.89 231.7 -
System Red Green Blue C M Y K H S L
Decimal 226 9 68 0 0.96 0.70 0.11 343.69 0.92 0.46
Hex E2 9 44 0 60 46 B 158 5C 2E
Octal 342 11 104 0 140 106 13 530 134 56
Binary 11100010 1001 1000100 0 1100000 1000110 1011 101011000 1011100 101110

Color Harmonies of #E20944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20944

Black with #E20944

Text Example


Text Example

White with #E20944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20944; }

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

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

background-color css

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

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

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

border-color css

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

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

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