Html Css Color HEX #EE343E Alizarin

📋 copy color: '#EE343E'

red 238 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #EE343E

Tints of Alizarin #EE343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 67.61%
G = 14.77%
B = 17.61%

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

#EE343E (or 0xEE343E) is known color: Alizarin. HEX triplet: EE, 34 and 3E. RGB value is (238,52,62). Sum of RGB (Red+Green+Blue) = 238+52+62=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE343E is #11CBC1. Grayscale: #6C6C6C. Windows color (decimal): -1166274 or 4076782. OLE color: 4076782.

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

Color convert

RGB 238 52 62 -
CMYK 0 0.78 0.74 0.07
HSL 356.77º 0.85% 0.57% -
HSV(B) 356.77º 0.78% 0.93% -
XYZ 37.36 20.98 6.64 -
YUV 108.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 238 52 62 0 0.78 0.74 0.07 356.77 0.85 0.57
Hex EE 34 3E 0 4E 4A 7 165 55 39
Octal 356 64 76 0 116 112 7 545 125 71
Binary 11101110 110100 111110 0 1001110 1001010 111 101100101 1010101 111001

Color Harmonies of #EE343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE343E

Black with #EE343E

Text Example


Text Example

White with #EE343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE343E; }

 p { color: rgb(238,52,62); }

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

background-color css

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

 a { background-color: rgb(238,52,62); }

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

border-color css

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

 span { border-color: rgb(238,52,62); }

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