Html Css Color HEX #EA0C49 Crimson

📋 copy color: '#EA0C49'

red 234 ◦ green 12 ◦ blue 73

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

Shades of Crimson #EA0C49

Tints of Crimson #EA0C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.76%

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

R = 73.35%
G = 3.76%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA0C49 (or 0xEA0C49) is known color: Crimson. HEX triplet: EA, 0C and 49. RGB value is (234,12,73). Sum of RGB (Red+Green+Blue) = 234+12+73=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C49 is #15F3B6. Grayscale: #555555. Windows color (decimal): -1438647 or 4787434. OLE color: 4787434.

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

Color convert

RGB 234 12 73 -
CMYK 0 0.95 0.69 0.08
HSL 343.51º 0.9% 0.48% -
HSV(B) 343.51º 0.95% 0.92% -
XYZ 35.27 18.24 7.96 -
YUV 85.33 121.05 234.04 -
System Red Green Blue C M Y K H S L
Decimal 234 12 73 0 0.95 0.69 0.08 343.51 0.9 0.48
Hex EA C 49 0 5F 45 8 158 5A 30
Octal 352 14 111 0 137 105 10 530 132 60
Binary 11101010 1100 1001001 0 1011111 1000101 1000 101011000 1011010 110000

Color Harmonies of #EA0C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C49

Black with #EA0C49

Text Example


Text Example

White with #EA0C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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