Html Css Color HEX #EA1246 Crimson

📋 copy color: '#EA1246'

red 234 ◦ green 18 ◦ blue 70

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

Shades of Crimson #EA1246

Tints of Crimson #EA1246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

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

R = 72.67%
G = 5.59%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA1246 (or 0xEA1246) is known color: Crimson. HEX triplet: EA, 12 and 46. RGB value is (234,18,70). Sum of RGB (Red+Green+Blue) = 234+18+70=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1246 is #15EDB9. Grayscale: #585858. Windows color (decimal): -1437114 or 4592362. OLE color: 4592362.

HSL color Cylindrical-coordinate representation of color #EA1246: hue angle of 345.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1246 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 18 70 -
CMYK 0 0.92 0.70 0.08
HSL 345.56º 0.86% 0.49% -
HSV(B) 345.56º 0.92% 0.92% -
XYZ 35.25 18.37 7.48 -
YUV 88.51 117.56 231.77 -
System Red Green Blue C M Y K H S L
Decimal 234 18 70 0 0.92 0.70 0.08 345.56 0.86 0.49
Hex EA 12 46 0 5C 46 8 15A 56 31
Octal 352 22 106 0 134 106 10 532 126 61
Binary 11101010 10010 1000110 0 1011100 1000110 1000 101011010 1010110 110001

Color Harmonies of #EA1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1246

Black with #EA1246

Text Example


Text Example

White with #EA1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1246; }

 p { color: rgb(234,18,70); }

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

background-color css

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

 a { background-color: rgb(234,18,70); }

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

border-color css

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

 span { border-color: rgb(234,18,70); }

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