Html Css Color HEX #E70544 Crimson

📋 copy color: '#E70544'

red 231 ◦ green 5 ◦ blue 68

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

Shades of Crimson #E70544

Tints of Crimson #E70544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 75.99%
G = 1.64%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E70544 (or 0xE70544) is known color: Crimson. HEX triplet: E7, 05 and 44. RGB value is (231,5,68). Sum of RGB (Red+Green+Blue) = 231+5+68=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E70544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70544 is #18FABB. Grayscale: #4F4F4F. Windows color (decimal): -1637052 or 4457959. OLE color: 4457959.

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

Color convert

RGB 231 5 68 -
CMYK 0 0.98 0.71 0.09
HSL 343.27º 0.96% 0.46% -
HSV(B) 343.27º 0.98% 0.91% -
XYZ 34.05 17.51 7.05 -
YUV 79.76 121.37 235.88 -
System Red Green Blue C M Y K H S L
Decimal 231 5 68 0 0.98 0.71 0.09 343.27 0.96 0.46
Hex E7 5 44 0 62 47 9 157 60 2E
Octal 347 5 104 0 142 107 11 527 140 56
Binary 11100111 101 1000100 0 1100010 1000111 1001 101010111 1100000 101110

Color Harmonies of #E70544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70544

Black with #E70544

Text Example


Text Example

White with #E70544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70544; }

 p { color: rgb(231,5,68); }

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

background-color css

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

 a { background-color: rgb(231,5,68); }

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

border-color css

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

 span { border-color: rgb(231,5,68); }

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