Html Css Color HEX #E61146 Crimson

📋 copy color: '#E61146'

red 230 ◦ green 17 ◦ blue 70

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

Shades of Crimson #E61146

Tints of Crimson #E61146

RGB

 RED value IS 230 (90.23% from 255) = 72.56%

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 72.56%
G = 5.36%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E61146 (or 0xE61146) is known color: Crimson. HEX triplet: E6, 11 and 46. RGB value is (230,17,70). Sum of RGB (Red+Green+Blue) = 230+17+70=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E61146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61146 is #19EEB9. Grayscale: #565656. Windows color (decimal): -1699514 or 4592102. OLE color: 4592102.

HSL color Cylindrical-coordinate representation of color #E61146: hue angle of 345.07º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61146 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 70 -
CMYK 0 0.93 0.70 0.10
HSL 345.07º 0.86% 0.48% -
HSV(B) 345.07º 0.93% 0.9% -
XYZ 33.94 17.67 7.42 -
YUV 86.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 230 17 70 0 0.93 0.70 0.10 345.07 0.86 0.48
Hex E6 11 46 0 5D 46 A 159 56 30
Octal 346 21 106 0 135 106 12 531 126 60
Binary 11100110 10001 1000110 0 1011101 1000110 1010 101011001 1010110 110000

Color Harmonies of #E61146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61146

Black with #E61146

Text Example


Text Example

White with #E61146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61146; }

 p { color: rgb(230,17,70); }

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

background-color css

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

 a { background-color: rgb(230,17,70); }

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

border-color css

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

 span { border-color: rgb(230,17,70); }

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