Html Css Color HEX #EE193B Alizarin

📋 copy color: '#EE193B'

red 238 ◦ green 25 ◦ blue 59

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

Shades of Alizarin #EE193B

Tints of Alizarin #EE193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 73.91%
G = 7.76%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE193B (or 0xEE193B) is known color: Alizarin. HEX triplet: EE, 19 and 3B. RGB value is (238,25,59). Sum of RGB (Red+Green+Blue) = 238+25+59=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE193B is #11E6C4. Grayscale: #5C5C5C. Windows color (decimal): -1173189 or 3873262. OLE color: 3873262.

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

Color convert

RGB 238 25 59 -
CMYK 0 0.89 0.75 0.07
HSL 350.42º 0.86% 0.52% -
HSV(B) 350.42º 0.89% 0.93% -
XYZ 36.4 19.19 5.92 -
YUV 92.56 109.07 231.74 -
System Red Green Blue C M Y K H S L
Decimal 238 25 59 0 0.89 0.75 0.07 350.42 0.86 0.52
Hex EE 19 3B 0 59 4B 7 15E 56 34
Octal 356 31 73 0 131 113 7 536 126 64
Binary 11101110 11001 111011 0 1011001 1001011 111 101011110 1010110 110100

Color Harmonies of #EE193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE193B

Black with #EE193B

Text Example


Text Example

White with #EE193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE193B; }

 p { color: rgb(238,25,59); }

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

background-color css

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

 a { background-color: rgb(238,25,59); }

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

border-color css

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

 span { border-color: rgb(238,25,59); }

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