Html Css Color HEX #EE353A Alizarin

📋 copy color: '#EE353A'

red 238 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #EE353A

Tints of Alizarin #EE353A

RGB

 RED value IS 238 (93.36% from 255) = 68.19%

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

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 68.19%
G = 15.19%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE353A (or 0xEE353A) is known color: Alizarin. HEX triplet: EE, 35 and 3A. RGB value is (238,53,58). Sum of RGB (Red+Green+Blue) = 238+53+58=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE353A is #11CAC5. Grayscale: #6D6D6D. Windows color (decimal): -1166022 or 3814894. OLE color: 3814894.

HSL color Cylindrical-coordinate representation of color #EE353A: hue angle of 358.38º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE353A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 53 58 -
CMYK 0 0.78 0.76 0.07
HSL 358.38º 0.84% 0.57% -
HSV(B) 358.38º 0.78% 0.93% -
XYZ 37.3 21.03 6.1 -
YUV 108.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 238 53 58 0 0.78 0.76 0.07 358.38 0.84 0.57
Hex EE 35 3A 0 4E 4C 7 166 54 39
Octal 356 65 72 0 116 114 7 546 124 71
Binary 11101110 110101 111010 0 1001110 1001100 111 101100110 1010100 111001

Color Harmonies of #EE353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE353A

Black with #EE353A

Text Example


Text Example

White with #EE353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE353A; }

 p { color: rgb(238,53,58); }

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

background-color css

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

 a { background-color: rgb(238,53,58); }

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

border-color css

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

 span { border-color: rgb(238,53,58); }

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