Html Css Color HEX #EA0744 Crimson

📋 copy color: '#EA0744'

red 234 ◦ green 7 ◦ blue 68

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

Shades of Crimson #EA0744

Tints of Crimson #EA0744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 75.73%
G = 2.27%
B = 22.01%

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

#EA0744 (or 0xEA0744) is known color: Crimson. HEX triplet: EA, 07 and 44. RGB value is (234,7,68). Sum of RGB (Red+Green+Blue) = 234+7+68=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0744 is #15F8BB. Grayscale: #515151. Windows color (decimal): -1439932 or 4458474. OLE color: 4458474.

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

Color convert

RGB 234 7 68 -
CMYK 0 0.97 0.71 0.08
HSL 343.88º 0.94% 0.47% -
HSV(B) 343.88º 0.97% 0.92% -
XYZ 35.05 18.06 7.11 -
YUV 81.83 120.21 236.54 -
System Red Green Blue C M Y K H S L
Decimal 234 7 68 0 0.97 0.71 0.08 343.88 0.94 0.47
Hex EA 7 44 0 61 47 8 158 5E 2F
Octal 352 7 104 0 141 107 10 530 136 57
Binary 11101010 111 1000100 0 1100001 1000111 1000 101011000 1011110 101111

Color Harmonies of #EA0744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0744

Black with #EA0744

Text Example


Text Example

White with #EA0744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0744; }

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

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

background-color css

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

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

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

border-color css

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

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

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