Html Css Color HEX #EA0844 Crimson

📋 copy color: '#EA0844'

red 234 ◦ green 8 ◦ blue 68

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

Shades of Crimson #EA0844

Tints of Crimson #EA0844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 75.48%
G = 2.58%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA0844 (or 0xEA0844) is known color: Crimson. HEX triplet: EA, 08 and 44. RGB value is (234,8,68). Sum of RGB (Red+Green+Blue) = 234+8+68=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0844 is #15F7BB. Grayscale: #525252. Windows color (decimal): -1439676 or 4458730. OLE color: 4458730.

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

Color convert

RGB 234 8 68 -
CMYK 0 0.97 0.71 0.08
HSL 344.07º 0.93% 0.47% -
HSV(B) 344.07º 0.97% 0.92% -
XYZ 35.06 18.08 7.11 -
YUV 82.41 119.87 236.12 -
System Red Green Blue C M Y K H S L
Decimal 234 8 68 0 0.97 0.71 0.08 344.07 0.93 0.47
Hex EA 8 44 0 61 47 8 158 5D 2F
Octal 352 10 104 0 141 107 10 530 135 57
Binary 11101010 1000 1000100 0 1100001 1000111 1000 101011000 1011101 101111

Color Harmonies of #EA0844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0844

Black with #EA0844

Text Example


Text Example

White with #EA0844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0844; }

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

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

background-color css

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

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

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

border-color css

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

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

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