Html Css Color HEX #EA1244 Crimson

📋 copy color: '#EA1244'

red 234 ◦ green 18 ◦ blue 68

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

Shades of Crimson #EA1244

Tints of Crimson #EA1244

RGB

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

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

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

R = 73.13%
G = 5.63%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA1244 (or 0xEA1244) is known color: Crimson. HEX triplet: EA, 12 and 44. RGB value is (234,18,68). Sum of RGB (Red+Green+Blue) = 234+18+68=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1244 is #15EDBB. Grayscale: #585858. Windows color (decimal): -1437116 or 4461290. OLE color: 4461290.

HSL color Cylindrical-coordinate representation of color #EA1244: hue angle of 346.11º 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 #EA1244 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 18 68 -
CMYK 0 0.92 0.71 0.08
HSL 346.11º 0.86% 0.49% -
HSV(B) 346.11º 0.92% 0.92% -
XYZ 35.19 18.34 7.15 -
YUV 88.28 116.56 231.93 -
System Red Green Blue C M Y K H S L
Decimal 234 18 68 0 0.92 0.71 0.08 346.11 0.86 0.49
Hex EA 12 44 0 5C 47 8 15A 56 31
Octal 352 22 104 0 134 107 10 532 126 61
Binary 11101010 10010 1000100 0 1011100 1000111 1000 101011010 1010110 110001

Color Harmonies of #EA1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1244

Black with #EA1244

Text Example


Text Example

White with #EA1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1244; }

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

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

background-color css

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

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

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

border-color css

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

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

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