#E20648

Color #E20648 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E20648

Tints of Crimson #E20648

Color information

#E20648 (or 0xE20648) is unknown color: approx Crimson. HEX triplet: E2, 06 and 48. RGB value is (226,6,72). Sum of RGB (Red+Green+Blue) = 226+6+72=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E20648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20648 is #1DF9B7. Grayscale: #4F4F4F. Windows color (decimal): -1964472 or 4720354. OLE color: 4720354.

HSL color Cylindrical-coordinate representation of color #E20648: hue angle of 342º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20648 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB226672-
CMYK00.970.680.11
HSL342º94.83%45.49%-
HSV(B)342º97.35%88.63%-
XYZ32.616.777.65-
YUV79.3123.89232.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 74.34%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=74.34%
G=1.97%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22667200.970.680.1134294.8345.49
HexE264806144B1565f2d
Octal342611001411041352613755
Binary11100010110100100001100001100010010111010101101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20648; }

 p { color: rgb(226,6,72); }

 H1.HeaderClassName
 {
   color: #E20648;
 }
 .AnyTagClassName
 {
   color: #E20648;
 }
</style>
background-color css

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

 a { background-color: rgb(226,6,72); }

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

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

 span { border-color: rgb(226,6,72); }

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