Html Css Color HEX #E20040 Crimson

📋 copy color: '#E20040'

red 226 ◦ green 0 ◦ blue 64

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

Shades of Crimson #E20040

Tints of Crimson #E20040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.93%
G = 0%
B = 22.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E20040 (or 0xE20040) is known color: Crimson. HEX triplet: E2, 00 and 40. RGB value is (226,0,64). Sum of RGB (Red+Green+Blue) = 226+0+64=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E20040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20040 is #1DFFBF. Grayscale: #4A4A4A. Windows color (decimal): -1966016 or 4194530. OLE color: 4194530.

HSL color Cylindrical-coordinate representation of color #E20040: hue angle of 343.01º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20040 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 64 -
CMYK 0 1 0.72 0.11
HSL 343.01º 1% 0.44% -
HSV(B) 343.01º 1% 0.89% -
XYZ 32.29 16.54 6.34 -
YUV 74.87 121.87 235.8 -
System Red Green Blue C M Y K H S L
Decimal 226 0 64 0 1 0.72 0.11 343.01 1 0.44
Hex E2 0 40 0 64 48 B 157 64 2C
Octal 342 0 100 0 144 110 13 527 144 54
Binary 11100010 0 1000000 0 1100100 1001000 1011 101010111 1100100 101100

Color Harmonies of #E20040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20040

Black with #E20040

Text Example


Text Example

White with #E20040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20040; }

 p { color: rgb(226,0,64); }

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

background-color css

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

 a { background-color: rgb(226,0,64); }

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

border-color css

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

 span { border-color: rgb(226,0,64); }

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