Html Css Color HEX #EA2335 Alizarin

📋 copy color: '#EA2335'

red 234 ◦ green 35 ◦ blue 53

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

Shades of Alizarin #EA2335

Tints of Alizarin #EA2335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 72.67%
G = 10.87%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA2335 (or 0xEA2335) is known color: Alizarin. HEX triplet: EA, 23 and 35. RGB value is (234,35,53). Sum of RGB (Red+Green+Blue) = 234+35+53=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2335 is #15DCCA. Grayscale: #606060. Windows color (decimal): -1432779 or 3482602. OLE color: 3482602.

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

Color convert

RGB 234 35 53 -
CMYK 0 0.85 0.77 0.08
HSL 354.57º 0.83% 0.53% -
HSV(B) 354.57º 0.85% 0.92% -
XYZ 35.18 18.95 5.17 -
YUV 96.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 234 35 53 0 0.85 0.77 0.08 354.57 0.83 0.53
Hex EA 23 35 0 55 4D 8 163 53 35
Octal 352 43 65 0 125 115 10 543 123 65
Binary 11101010 100011 110101 0 1010101 1001101 1000 101100011 1010011 110101

Color Harmonies of #EA2335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2335

Black with #EA2335

Text Example


Text Example

White with #EA2335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2335; }

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

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

background-color css

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

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

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

border-color css

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

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

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