Html Css Color HEX #EE343F Alizarin

📋 copy color: '#EE343F'

red 238 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #EE343F

Tints of Alizarin #EE343F

RGB

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

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

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

R = 67.42%
G = 14.73%
B = 17.85%

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

#EE343F (or 0xEE343F) is known color: Alizarin. HEX triplet: EE, 34 and 3F. RGB value is (238,52,63). Sum of RGB (Red+Green+Blue) = 238+52+63=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE343F is #11CBC0. Grayscale: #6D6D6D. Windows color (decimal): -1166273 or 4142318. OLE color: 4142318.

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

Color convert

RGB 238 52 63 -
CMYK 0 0.78 0.74 0.07
HSL 356.45º 0.85% 0.57% -
HSV(B) 356.45º 0.78% 0.93% -
XYZ 37.39 20.99 6.78 -
YUV 108.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 238 52 63 0 0.78 0.74 0.07 356.45 0.85 0.57
Hex EE 34 3F 0 4E 4A 7 164 55 39
Octal 356 64 77 0 116 112 7 544 125 71
Binary 11101110 110100 111111 0 1001110 1001010 111 101100100 1010101 111001

Color Harmonies of #EE343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE343F

Black with #EE343F

Text Example


Text Example

White with #EE343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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