Html Css Color HEX #EE3142 Alizarin

📋 copy color: '#EE3142'

red 238 ◦ green 49 ◦ blue 66

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

Shades of Alizarin #EE3142

Tints of Alizarin #EE3142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.88%

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 67.42%
G = 13.88%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE3142 (or 0xEE3142) is known color: Alizarin. HEX triplet: EE, 31 and 42. RGB value is (238,49,66). Sum of RGB (Red+Green+Blue) = 238+49+66=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3142 is #11CEBD. Grayscale: #6B6B6B. Windows color (decimal): -1167038 or 4338158. OLE color: 4338158.

HSL color Cylindrical-coordinate representation of color #EE3142: hue angle of 354.6º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3142 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 66 -
CMYK 0 0.79 0.72 0.07
HSL 354.6º 0.85% 0.56% -
HSV(B) 354.6º 0.79% 0.93% -
XYZ 37.34 20.77 7.19 -
YUV 107.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 238 49 66 0 0.79 0.72 0.07 354.6 0.85 0.56
Hex EE 31 42 0 4F 48 7 163 55 38
Octal 356 61 102 0 117 110 7 543 125 70
Binary 11101110 110001 1000010 0 1001111 1001000 111 101100011 1010101 111000

Color Harmonies of #EE3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3142

Black with #EE3142

Text Example


Text Example

White with #EE3142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3142; }

 p { color: rgb(238,49,66); }

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

background-color css

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

 a { background-color: rgb(238,49,66); }

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

border-color css

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

 span { border-color: rgb(238,49,66); }

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