Html Css Color HEX #EA0501 Red

📋 copy color: '#EA0501'

red 234 ◦ green 5 ◦ blue 1

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

Shades of Red #EA0501

Tints of Red #EA0501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 97.5%
G = 2.08%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA0501 (or 0xEA0501) is known color: Red. HEX triplet: EA, 05 and 01. RGB value is (234,5,1). Sum of RGB (Red+Green+Blue) = 234+5+1=240 (31% of max value = 765). Red value is 234 (91.80% from 255 or 97.5% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0501 is #15FAFE. Grayscale: #494949. Windows color (decimal): -1440511 or 67050. OLE color: 67050.

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

Color convert

RGB 234 5 1 -
CMYK 0 0.98 1.00 0.08
HSL 1.03º 0.99% 0.46% -
HSV(B) 1.03º 1% 0.92% -
XYZ 33.99 17.6 1.63 -
YUV 73.02 87.37 242.83 -
System Red Green Blue C M Y K H S L
Decimal 234 5 1 0 0.98 1.00 0.08 1.03 0.99 0.46
Hex EA 5 1 0 62 64 8 1 63 2E
Octal 352 5 1 0 142 144 10 1 143 56
Binary 11101010 101 1 0 1100010 1100100 1000 1 1100011 101110

Color Harmonies of #EA0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0501

Black with #EA0501

Text Example


Text Example

White with #EA0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0501; }

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

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

background-color css

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

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

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

border-color css

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

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

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