Html Css Color HEX #E70547 Crimson

📋 copy color: '#E70547'

red 231 ◦ green 5 ◦ blue 71

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

Shades of Crimson #E70547

Tints of Crimson #E70547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 75.24%
G = 1.63%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E70547 (or 0xE70547) is known color: Crimson. HEX triplet: E7, 05 and 47. RGB value is (231,5,71). Sum of RGB (Red+Green+Blue) = 231+5+71=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E70547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70547 is #18FAB8. Grayscale: #505050. Windows color (decimal): -1637049 or 4654567. OLE color: 4654567.

HSL color Cylindrical-coordinate representation of color #E70547: hue angle of 342.48º 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 #E70547 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 71 -
CMYK 0 0.98 0.69 0.09
HSL 342.48º 0.96% 0.46% -
HSV(B) 342.48º 0.98% 0.91% -
XYZ 34.15 17.55 7.55 -
YUV 80.1 122.87 235.63 -
System Red Green Blue C M Y K H S L
Decimal 231 5 71 0 0.98 0.69 0.09 342.48 0.96 0.46
Hex E7 5 47 0 62 45 9 156 60 2E
Octal 347 5 107 0 142 105 11 526 140 56
Binary 11100111 101 1000111 0 1100010 1000101 1001 101010110 1100000 101110

Color Harmonies of #E70547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70547

Black with #E70547

Text Example


Text Example

White with #E70547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70547; }

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

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

background-color css

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

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

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

border-color css

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

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

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