Html Css Color HEX #EA353D Alizarin

📋 copy color: '#EA353D'

red 234 ◦ green 53 ◦ blue 61

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

Shades of Alizarin #EA353D

Tints of Alizarin #EA353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 67.24%
G = 15.23%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA353D (or 0xEA353D) is known color: Alizarin. HEX triplet: EA, 35 and 3D. RGB value is (234,53,61). Sum of RGB (Red+Green+Blue) = 234+53+61=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA353D is #15CAC2. Grayscale: #6C6C6C. Windows color (decimal): -1428163 or 4011498. OLE color: 4011498.

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

Color convert

RGB 234 53 61 -
CMYK 0 0.77 0.74 0.08
HSL 357.35º 0.81% 0.56% -
HSV(B) 357.35º 0.77% 0.92% -
XYZ 36.05 20.38 6.45 -
YUV 108.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 234 53 61 0 0.77 0.74 0.08 357.35 0.81 0.56
Hex EA 35 3D 0 4D 4A 8 165 51 38
Octal 352 65 75 0 115 112 10 545 121 70
Binary 11101010 110101 111101 0 1001101 1001010 1000 101100101 1010001 111000

Color Harmonies of #EA353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA353D

Black with #EA353D

Text Example


Text Example

White with #EA353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA353D; }

 p { color: rgb(234,53,61); }

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

background-color css

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

 a { background-color: rgb(234,53,61); }

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

border-color css

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

 span { border-color: rgb(234,53,61); }

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