Html Css Color HEX #EA3341 Alizarin

📋 copy color: '#EA3341'

red 234 ◦ green 51 ◦ blue 65

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

Shades of Alizarin #EA3341

Tints of Alizarin #EA3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

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

R = 66.86%
G = 14.57%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA3341 (or 0xEA3341) is known color: Alizarin. HEX triplet: EA, 33 and 41. RGB value is (234,51,65). Sum of RGB (Red+Green+Blue) = 234+51+65=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3341 is #15CCBE. Grayscale: #6B6B6B. Windows color (decimal): -1428671 or 4273130. OLE color: 4273130.

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

Color convert

RGB 234 51 65 -
CMYK 0 0.78 0.72 0.08
HSL 355.41º 0.81% 0.56% -
HSV(B) 355.41º 0.78% 0.92% -
XYZ 36.07 20.24 7.01 -
YUV 107.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 234 51 65 0 0.78 0.72 0.08 355.41 0.81 0.56
Hex EA 33 41 0 4E 48 8 163 51 38
Octal 352 63 101 0 116 110 10 543 121 70
Binary 11101010 110011 1000001 0 1001110 1001000 1000 101100011 1010001 111000

Color Harmonies of #EA3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3341

Black with #EA3341

Text Example


Text Example

White with #EA3341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3341; }

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

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

background-color css

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

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

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

border-color css

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

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

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