#E70640

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

Shades of Crimson #E70640

Tints of Crimson #E70640

Color information

#E70640 (or 0xE70640) is unknown color: approx Crimson. HEX triplet: E7, 06 and 40. RGB value is (231,6,64). Sum of RGB (Red+Green+Blue) = 231+6+64=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E70640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70640 is #18F9BF. Grayscale: #4F4F4F. Windows color (decimal): -1636800 or 4196071. OLE color: 4196071.

HSL color Cylindrical-coordinate representation of color #E70640: hue angle of 344.53º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70640 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB231664-
CMYK00.970.720.09
HSL344.53º94.94%46.47%-
HSV(B)344.53º97.4%90.59%-
XYZ33.9517.496.44-
YUV79.89119.04235.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 76.74%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=76.74%
G=1.99%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23166400.970.720.09344.5394.9446.47
HexE76400614891595f2e
Octal347610001411101153113756
Binary11100111110100000001100001100100010011010110011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70640; }

 p { color: rgb(231,6,64); }

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

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

 a { background-color: rgb(231,6,64); }

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

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

 span { border-color: rgb(231,6,64); }

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