Html Css Color HEX #E70040 Crimson

📋 copy color: '#E70040'

red 231 ◦ green 0 ◦ blue 64

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

Shades of Crimson #E70040

Tints of Crimson #E70040

RGB

 RED value IS 231 (90.63% from 255) = 78.31%

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

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

R = 78.31%
G = 0%
B = 21.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E70040 (or 0xE70040) is known color: Crimson. HEX triplet: E7, 00 and 40. RGB value is (231,0,64). Sum of RGB (Red+Green+Blue) = 231+0+64=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E70040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70040 is #18FFBF. Grayscale: #4C4C4C. Windows color (decimal): -1638336 or 4194535. OLE color: 4194535.

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

Color convert

RGB 231 0 64 -
CMYK 0 1 0.72 0.09
HSL 343.38º 1% 0.45% -
HSV(B) 343.38º 1% 0.91% -
XYZ 33.88 17.36 6.42 -
YUV 76.37 121.03 238.3 -
System Red Green Blue C M Y K H S L
Decimal 231 0 64 0 1 0.72 0.09 343.38 1 0.45
Hex E7 0 40 0 64 48 9 157 64 2D
Octal 347 0 100 0 144 110 11 527 144 55
Binary 11100111 0 1000000 0 1100100 1001000 1001 101010111 1100100 101101

Color Harmonies of #E70040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70040

Black with #E70040

Text Example


Text Example

White with #E70040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70040; }

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

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

background-color css

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

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

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

border-color css

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

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

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