Html Css Color HEX #EA0540 Crimson

📋 copy color: '#EA0540'

red 234 ◦ green 5 ◦ blue 64

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

Shades of Crimson #EA0540

Tints of Crimson #EA0540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 77.23%
G = 1.65%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA0540 (or 0xEA0540) is known color: Crimson. HEX triplet: EA, 05 and 40. RGB value is (234,5,64). Sum of RGB (Red+Green+Blue) = 234+5+64=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0540 is #15FABF. Grayscale: #505050. Windows color (decimal): -1440448 or 4195818. OLE color: 4195818.

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

Color convert

RGB 234 5 64 -
CMYK 0 0.98 0.73 0.08
HSL 344.54º 0.96% 0.47% -
HSV(B) 344.54º 0.98% 0.92% -
XYZ 34.91 17.97 6.48 -
YUV 80.2 118.87 237.7 -
System Red Green Blue C M Y K H S L
Decimal 234 5 64 0 0.98 0.73 0.08 344.54 0.96 0.47
Hex EA 5 40 0 62 49 8 159 60 2F
Octal 352 5 100 0 142 111 10 531 140 57
Binary 11101010 101 1000000 0 1100010 1001001 1000 101011001 1100000 101111

Color Harmonies of #EA0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0540

Black with #EA0540

Text Example


Text Example

White with #EA0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0540; }

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

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

background-color css

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

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

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

border-color css

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

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

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