Html Css Color HEX #EA0242 Crimson

📋 copy color: '#EA0242'

red 234 ◦ green 2 ◦ blue 66

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

Shades of Crimson #EA0242

Tints of Crimson #EA0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 77.48%
G = 0.66%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA0242 (or 0xEA0242) is known color: Crimson. HEX triplet: EA, 02 and 42. RGB value is (234,2,66). Sum of RGB (Red+Green+Blue) = 234+2+66=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0242 is #15FDBD. Grayscale: #4E4E4E. Windows color (decimal): -1441214 or 4326122. OLE color: 4326122.

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

Color convert

RGB 234 2 66 -
CMYK 0 0.99 0.72 0.08
HSL 343.45º 0.98% 0.46% -
HSV(B) 343.45º 0.99% 0.92% -
XYZ 34.94 17.93 6.77 -
YUV 78.66 120.86 238.8 -
System Red Green Blue C M Y K H S L
Decimal 234 2 66 0 0.99 0.72 0.08 343.45 0.98 0.46
Hex EA 2 42 0 63 48 8 157 62 2E
Octal 352 2 102 0 143 110 10 527 142 56
Binary 11101010 10 1000010 0 1100011 1001000 1000 101010111 1100010 101110

Color Harmonies of #EA0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0242

Black with #EA0242

Text Example


Text Example

White with #EA0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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