Html Css Color HEX #EA0040 Crimson

📋 copy color: '#EA0040'

red 234 ◦ green 0 ◦ blue 64

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

Shades of Crimson #EA0040

Tints of Crimson #EA0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.52%
G = 0%
B = 21.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA0040 (or 0xEA0040) is known color: Crimson. HEX triplet: EA, 00 and 40. RGB value is (234,0,64). Sum of RGB (Red+Green+Blue) = 234+0+64=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0040 is #15FFBF. Grayscale: #4D4D4D. Windows color (decimal): -1441728 or 4194538. OLE color: 4194538.

HSL color Cylindrical-coordinate representation of color #EA0040: hue angle of 343.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0040 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 64 -
CMYK 0 1 0.73 0.08
HSL 343.59º 1% 0.46% -
HSV(B) 343.59º 1% 0.92% -
XYZ 34.86 17.86 6.46 -
YUV 77.26 120.52 239.8 -
System Red Green Blue C M Y K H S L
Decimal 234 0 64 0 1 0.73 0.08 343.59 1 0.46
Hex EA 0 40 0 64 49 8 158 64 2E
Octal 352 0 100 0 144 111 10 530 144 56
Binary 11101010 0 1000000 0 1100100 1001001 1000 101011000 1100100 101110

Color Harmonies of #EA0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0040

Black with #EA0040

Text Example


Text Example

White with #EA0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0040; }

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

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

background-color css

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

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

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

border-color css

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

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

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