Html Css Color HEX #EA053C Crimson

📋 copy color: '#EA053C'

red 234 ◦ green 5 ◦ blue 60

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

Shades of Crimson #EA053C

Tints of Crimson #EA053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 78.26%
G = 1.67%
B = 20.07%

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

#EA053C (or 0xEA053C) is known color: Crimson. HEX triplet: EA, 05 and 3C. RGB value is (234,5,60). Sum of RGB (Red+Green+Blue) = 234+5+60=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA053C is #15FAC3. Grayscale: #4F4F4F. Windows color (decimal): -1440452 or 3933674. OLE color: 3933674.

HSL color Cylindrical-coordinate representation of color #EA053C: hue angle of 345.59º degrees, saturation: 0.96, 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 #EA053C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 60 -
CMYK 0 0.98 0.74 0.08
HSL 345.59º 0.96% 0.47% -
HSV(B) 345.59º 0.98% 0.92% -
XYZ 34.8 17.93 5.9 -
YUV 79.74 116.87 238.03 -
System Red Green Blue C M Y K H S L
Decimal 234 5 60 0 0.98 0.74 0.08 345.59 0.96 0.47
Hex EA 5 3C 0 62 4A 8 15A 60 2F
Octal 352 5 74 0 142 112 10 532 140 57
Binary 11101010 101 111100 0 1100010 1001010 1000 101011010 1100000 101111

Color Harmonies of #EA053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA053C

Black with #EA053C

Text Example


Text Example

White with #EA053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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