Html Css Color HEX #EA2741 Alizarin

📋 copy color: '#EA2741'

red 234 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #EA2741

Tints of Alizarin #EA2741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 69.23%
G = 11.54%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA2741 (or 0xEA2741) is known color: Alizarin. HEX triplet: EA, 27 and 41. RGB value is (234,39,65). Sum of RGB (Red+Green+Blue) = 234+39+65=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2741 is #15D8BE. Grayscale: #646464. Windows color (decimal): -1431743 or 4270058. OLE color: 4270058.

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

Color convert

RGB 234 39 65 -
CMYK 0 0.83 0.72 0.08
HSL 352º 0.82% 0.54% -
HSV(B) 352º 0.83% 0.92% -
XYZ 35.61 19.33 6.85 -
YUV 100.27 108.1 223.39 -
System Red Green Blue C M Y K H S L
Decimal 234 39 65 0 0.83 0.72 0.08 352 0.82 0.54
Hex EA 27 41 0 53 48 8 160 52 36
Octal 352 47 101 0 123 110 10 540 122 66
Binary 11101010 100111 1000001 0 1010011 1001000 1000 101100000 1010010 110110

Color Harmonies of #EA2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2741

Black with #EA2741

Text Example


Text Example

White with #EA2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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