Html Css Color HEX #EA2641 Alizarin

📋 copy color: '#EA2641'

red 234 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #EA2641

Tints of Alizarin #EA2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.28%

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

R = 69.44%
G = 11.28%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA2641 (or 0xEA2641) is known color: Alizarin. HEX triplet: EA, 26 and 41. RGB value is (234,38,65). Sum of RGB (Red+Green+Blue) = 234+38+65=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2641 is #15D9BE. Grayscale: #636363. Windows color (decimal): -1431999 or 4269802. OLE color: 4269802.

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

Color convert

RGB 234 38 65 -
CMYK 0 0.84 0.72 0.08
HSL 351.73º 0.82% 0.53% -
HSV(B) 351.73º 0.84% 0.92% -
XYZ 35.58 19.26 6.84 -
YUV 99.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 234 38 65 0 0.84 0.72 0.08 351.73 0.82 0.53
Hex EA 26 41 0 54 48 8 160 52 35
Octal 352 46 101 0 124 110 10 540 122 65
Binary 11101010 100110 1000001 0 1010100 1001000 1000 101100000 1010010 110101

Color Harmonies of #EA2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2641

Black with #EA2641

Text Example


Text Example

White with #EA2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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