Html Css Color HEX #EA273A Alizarin

📋 copy color: '#EA273A'

red 234 ◦ green 39 ◦ blue 58

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

Shades of Alizarin #EA273A

Tints of Alizarin #EA273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 70.69%
G = 11.78%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA273A (or 0xEA273A) is known color: Alizarin. HEX triplet: EA, 27 and 3A. RGB value is (234,39,58). Sum of RGB (Red+Green+Blue) = 234+39+58=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA273A is #15D8C5. Grayscale: #636363. Windows color (decimal): -1431750 or 3811306. OLE color: 3811306.

HSL color Cylindrical-coordinate representation of color #EA273A: hue angle of 354.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA273A is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 39 58 -
CMYK 0 0.83 0.75 0.08
HSL 354.15º 0.82% 0.54% -
HSV(B) 354.15º 0.83% 0.92% -
XYZ 35.42 19.25 5.85 -
YUV 99.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 234 39 58 0 0.83 0.75 0.08 354.15 0.82 0.54
Hex EA 27 3A 0 53 4B 8 162 52 36
Octal 352 47 72 0 123 113 10 542 122 66
Binary 11101010 100111 111010 0 1010011 1001011 1000 101100010 1010010 110110

Color Harmonies of #EA273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA273A

Black with #EA273A

Text Example


Text Example

White with #EA273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA273A; }

 p { color: rgb(234,39,58); }

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

background-color css

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

 a { background-color: rgb(234,39,58); }

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

border-color css

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

 span { border-color: rgb(234,39,58); }

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