Html Css Color HEX #EA0042 Crimson

📋 copy color: '#EA0042'

red 234 ◦ green 0 ◦ blue 66

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

Shades of Crimson #EA0042

Tints of Crimson #EA0042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22%

R = 78%
G = 0%
B = 22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA0042 (or 0xEA0042) is known color: Crimson. HEX triplet: EA, 00 and 42. RGB value is (234,0,66). Sum of RGB (Red+Green+Blue) = 234+0+66=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0042 is #15FFBD. Grayscale: #4D4D4D. Windows color (decimal): -1441726 or 4325610. OLE color: 4325610.

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

Color convert

RGB 234 0 66 -
CMYK 0 1 0.72 0.08
HSL 343.08º 1% 0.46% -
HSV(B) 343.08º 1% 0.92% -
XYZ 34.92 17.89 6.77 -
YUV 77.49 121.52 239.63 -
System Red Green Blue C M Y K H S L
Decimal 234 0 66 0 1 0.72 0.08 343.08 1 0.46
Hex EA 0 42 0 64 48 8 157 64 2E
Octal 352 0 102 0 144 110 10 527 144 56
Binary 11101010 0 1000010 0 1100100 1001000 1000 101010111 1100100 101110

Color Harmonies of #EA0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0042

Black with #EA0042

Text Example


Text Example

White with #EA0042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0042; }

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

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

background-color css

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

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

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

border-color css

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

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

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