Html Css Color HEX #EA043C Crimson

📋 copy color: '#EA043C'

red 234 ◦ green 4 ◦ blue 60

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

Shades of Crimson #EA043C

Tints of Crimson #EA043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 78.52%
G = 1.34%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA043C (or 0xEA043C) is known color: Crimson. HEX triplet: EA, 04 and 3C. RGB value is (234,4,60). Sum of RGB (Red+Green+Blue) = 234+4+60=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA043C is #15FBC3. Grayscale: #4F4F4F. Windows color (decimal): -1440708 or 3933418. OLE color: 3933418.

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

Color convert

RGB 234 4 60 -
CMYK 0 0.98 0.74 0.08
HSL 345.39º 0.97% 0.47% -
HSV(B) 345.39º 0.98% 0.92% -
XYZ 34.79 17.91 5.9 -
YUV 79.15 117.2 238.45 -
System Red Green Blue C M Y K H S L
Decimal 234 4 60 0 0.98 0.74 0.08 345.39 0.97 0.47
Hex EA 4 3C 0 62 4A 8 159 61 2F
Octal 352 4 74 0 142 112 10 531 141 57
Binary 11101010 100 111100 0 1100010 1001010 1000 101011001 1100001 101111

Color Harmonies of #EA043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA043C

Black with #EA043C

Text Example


Text Example

White with #EA043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA043C; }

 p { color: rgb(234,4,60); }

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

background-color css

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

 a { background-color: rgb(234,4,60); }

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

border-color css

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

 span { border-color: rgb(234,4,60); }

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