Html Css Color HEX #EA1549 Crimson

📋 copy color: '#EA1549'

red 234 ◦ green 21 ◦ blue 73

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

Shades of Crimson #EA1549

Tints of Crimson #EA1549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

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

R = 71.34%
G = 6.4%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA1549 (or 0xEA1549) is known color: Crimson. HEX triplet: EA, 15 and 49. RGB value is (234,21,73). Sum of RGB (Red+Green+Blue) = 234+21+73=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1549 is #15EAB6. Grayscale: #5A5A5A. Windows color (decimal): -1436343 or 4789738. OLE color: 4789738.

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

Color convert

RGB 234 21 73 -
CMYK 0 0.91 0.69 0.08
HSL 345.35º 0.84% 0.5% -
HSV(B) 345.35º 0.91% 0.92% -
XYZ 35.4 18.51 8.01 -
YUV 90.62 118.07 230.27 -
System Red Green Blue C M Y K H S L
Decimal 234 21 73 0 0.91 0.69 0.08 345.35 0.84 0.5
Hex EA 15 49 0 5B 45 8 159 54 32
Octal 352 25 111 0 133 105 10 531 124 62
Binary 11101010 10101 1001001 0 1011011 1000101 1000 101011001 1010100 110010

Color Harmonies of #EA1549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1549

Black with #EA1549

Text Example


Text Example

White with #EA1549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1549; }

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

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

background-color css

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

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

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

border-color css

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

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

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