Html Css Color HEX #EA0944 Crimson

📋 copy color: '#EA0944'

red 234 ◦ green 9 ◦ blue 68

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

Shades of Crimson #EA0944

Tints of Crimson #EA0944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

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

R = 75.24%
G = 2.89%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA0944 (or 0xEA0944) is known color: Crimson. HEX triplet: EA, 09 and 44. RGB value is (234,9,68). Sum of RGB (Red+Green+Blue) = 234+9+68=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0944 is #15F6BB. Grayscale: #525252. Windows color (decimal): -1439420 or 4458986. OLE color: 4458986.

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

Color convert

RGB 234 9 68 -
CMYK 0 0.96 0.71 0.08
HSL 344.27º 0.93% 0.48% -
HSV(B) 344.27º 0.96% 0.92% -
XYZ 35.07 18.11 7.11 -
YUV 83 119.54 235.7 -
System Red Green Blue C M Y K H S L
Decimal 234 9 68 0 0.96 0.71 0.08 344.27 0.93 0.48
Hex EA 9 44 0 60 47 8 158 5D 30
Octal 352 11 104 0 140 107 10 530 135 60
Binary 11101010 1001 1000100 0 1100000 1000111 1000 101011000 1011101 110000

Color Harmonies of #EA0944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0944

Black with #EA0944

Text Example


Text Example

White with #EA0944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0944; }

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

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

background-color css

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

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

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

border-color css

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

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

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