Html Css Color HEX #EA0D49 Crimson

📋 copy color: '#EA0D49'

red 234 ◦ green 13 ◦ blue 73

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

Shades of Crimson #EA0D49

Tints of Crimson #EA0D49

RGB

 RED value IS 234 (91.8% from 255) = 73.13%

 GREEN value IS 13 (5.47% from 255) = 4.06%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 73.13%
G = 4.06%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA0D49 (or 0xEA0D49) is known color: Crimson. HEX triplet: EA, 0D and 49. RGB value is (234,13,73). Sum of RGB (Red+Green+Blue) = 234+13+73=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D49 is #15F2B6. Grayscale: #555555. Windows color (decimal): -1438391 or 4787690. OLE color: 4787690.

HSL color Cylindrical-coordinate representation of color #EA0D49: hue angle of 343.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D49 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 13 73 -
CMYK 0 0.94 0.69 0.08
HSL 343.71º 0.89% 0.48% -
HSV(B) 343.71º 0.94% 0.92% -
XYZ 35.28 18.26 7.97 -
YUV 85.92 120.72 233.62 -
System Red Green Blue C M Y K H S L
Decimal 234 13 73 0 0.94 0.69 0.08 343.71 0.89 0.48
Hex EA D 49 0 5E 45 8 158 59 30
Octal 352 15 111 0 136 105 10 530 131 60
Binary 11101010 1101 1001001 0 1011110 1000101 1000 101011000 1011001 110000

Color Harmonies of #EA0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D49

Black with #EA0D49

Text Example


Text Example

White with #EA0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D49; }

 p { color: rgb(234,13,73); }

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

background-color css

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

 a { background-color: rgb(234,13,73); }

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

border-color css

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

 span { border-color: rgb(234,13,73); }

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