Html Css Color HEX #EE2138 Alizarin

📋 copy color: '#EE2138'

red 238 ◦ green 33 ◦ blue 56

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

Shades of Alizarin #EE2138

Tints of Alizarin #EE2138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.09%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 72.78%
G = 10.09%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE2138 (or 0xEE2138) is known color: Alizarin. HEX triplet: EE, 21 and 38. RGB value is (238,33,56). Sum of RGB (Red+Green+Blue) = 238+33+56=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2138 is #11DEC7. Grayscale: #616161. Windows color (decimal): -1171144 or 3678702. OLE color: 3678702.

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

Color convert

RGB 238 33 56 -
CMYK 0 0.86 0.76 0.07
HSL 353.27º 0.86% 0.53% -
HSV(B) 353.27º 0.86% 0.93% -
XYZ 36.52 19.55 5.59 -
YUV 96.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 238 33 56 0 0.86 0.76 0.07 353.27 0.86 0.53
Hex EE 21 38 0 56 4C 7 161 56 35
Octal 356 41 70 0 126 114 7 541 126 65
Binary 11101110 100001 111000 0 1010110 1001100 111 101100001 1010110 110101

Color Harmonies of #EE2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2138

Black with #EE2138

Text Example


Text Example

White with #EE2138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2138; }

 p { color: rgb(238,33,56); }

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

background-color css

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

 a { background-color: rgb(238,33,56); }

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

border-color css

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

 span { border-color: rgb(238,33,56); }

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