Html Css Color HEX #E61044 Crimson

📋 copy color: '#E61044'

red 230 ◦ green 16 ◦ blue 68

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

Shades of Crimson #E61044

Tints of Crimson #E61044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.1%

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

R = 73.25%
G = 5.1%
B = 21.66%

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

#E61044 (or 0xE61044) is known color: Crimson. HEX triplet: E6, 10 and 44. RGB value is (230,16,68). Sum of RGB (Red+Green+Blue) = 230+16+68=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E61044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61044 is #19EFBB. Grayscale: #555555. Windows color (decimal): -1699772 or 4460774. OLE color: 4460774.

HSL color Cylindrical-coordinate representation of color #E61044: hue angle of 345.42º degrees, saturation: 0.87, 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 #E61044 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 68 -
CMYK 0 0.93 0.70 0.10
HSL 345.42º 0.87% 0.48% -
HSV(B) 345.42º 0.93% 0.9% -
XYZ 33.86 17.61 7.08 -
YUV 85.91 117.9 230.77 -
System Red Green Blue C M Y K H S L
Decimal 230 16 68 0 0.93 0.70 0.10 345.42 0.87 0.48
Hex E6 10 44 0 5D 46 A 159 57 30
Octal 346 20 104 0 135 106 12 531 127 60
Binary 11100110 10000 1000100 0 1011101 1000110 1010 101011001 1010111 110000

Color Harmonies of #E61044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61044

Black with #E61044

Text Example


Text Example

White with #E61044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61044; }

 p { color: rgb(230,16,68); }

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

background-color css

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

 a { background-color: rgb(230,16,68); }

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

border-color css

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

 span { border-color: rgb(230,16,68); }

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