Html Css Color HEX #EE1E42 Alizarin

📋 copy color: '#EE1E42'

red 238 ◦ green 30 ◦ blue 66

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

Shades of Alizarin #EE1E42

Tints of Alizarin #EE1E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

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

R = 71.26%
G = 8.98%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE1E42 (or 0xEE1E42) is known color: Alizarin. HEX triplet: EE, 1E and 42. RGB value is (238,30,66). Sum of RGB (Red+Green+Blue) = 238+30+66=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1E42 is #11E1BD. Grayscale: #606060. Windows color (decimal): -1171902 or 4333294. OLE color: 4333294.

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

Color convert

RGB 238 30 66 -
CMYK 0 0.87 0.72 0.07
HSL 349.62º 0.86% 0.53% -
HSV(B) 349.62º 0.87% 0.93% -
XYZ 36.71 19.5 6.98 -
YUV 96.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 238 30 66 0 0.87 0.72 0.07 349.62 0.86 0.53
Hex EE 1E 42 0 57 48 7 15E 56 35
Octal 356 36 102 0 127 110 7 536 126 65
Binary 11101110 11110 1000010 0 1010111 1001000 111 101011110 1010110 110101

Color Harmonies of #EE1E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E42

Black with #EE1E42

Text Example


Text Example

White with #EE1E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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