Html Css Color HEX #EA273F Alizarin

📋 copy color: '#EA273F'

red 234 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #EA273F

Tints of Alizarin #EA273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 69.64%
G = 11.61%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA273F (or 0xEA273F) is known color: Alizarin. HEX triplet: EA, 27 and 3F. RGB value is (234,39,63). Sum of RGB (Red+Green+Blue) = 234+39+63=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA273F is #15D8C0. Grayscale: #646464. Windows color (decimal): -1431745 or 4138986. OLE color: 4138986.

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

Color convert

RGB 234 39 63 -
CMYK 0 0.83 0.73 0.08
HSL 352.62º 0.82% 0.54% -
HSV(B) 352.62º 0.83% 0.92% -
XYZ 35.55 19.3 6.55 -
YUV 100.04 107.1 223.55 -
System Red Green Blue C M Y K H S L
Decimal 234 39 63 0 0.83 0.73 0.08 352.62 0.82 0.54
Hex EA 27 3F 0 53 49 8 161 52 36
Octal 352 47 77 0 123 111 10 541 122 66
Binary 11101010 100111 111111 0 1010011 1001001 1000 101100001 1010010 110110

Color Harmonies of #EA273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA273F

Black with #EA273F

Text Example


Text Example

White with #EA273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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