Html Css Color HEX #EE353F Alizarin

📋 copy color: '#EE353F'

red 238 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #EE353F

Tints of Alizarin #EE353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.8%

R = 67.23%
G = 14.97%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE353F (or 0xEE353F) is known color: Alizarin. HEX triplet: EE, 35 and 3F. RGB value is (238,53,63). Sum of RGB (Red+Green+Blue) = 238+53+63=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE353F is #11CAC0. Grayscale: #6D6D6D. Windows color (decimal): -1166017 or 4142574. OLE color: 4142574.

HSL color Cylindrical-coordinate representation of color #EE353F: hue angle of 356.76º 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 #EE353F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 53 63 -
CMYK 0 0.78 0.74 0.07
HSL 356.76º 0.84% 0.57% -
HSV(B) 356.76º 0.78% 0.93% -
XYZ 37.43 21.08 6.8 -
YUV 109.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 238 53 63 0 0.78 0.74 0.07 356.76 0.84 0.57
Hex EE 35 3F 0 4E 4A 7 165 54 39
Octal 356 65 77 0 116 112 7 545 124 71
Binary 11101110 110101 111111 0 1001110 1001010 111 101100101 1010100 111001

Color Harmonies of #EE353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE353F

Black with #EE353F

Text Example


Text Example

White with #EE353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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