Html Css Color HEX #EE323C Alizarin

📋 copy color: '#EE323C'

red 238 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #EE323C

Tints of Alizarin #EE323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 68.39%
G = 14.37%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE323C (or 0xEE323C) is known color: Alizarin. HEX triplet: EE, 32 and 3C. RGB value is (238,50,60). Sum of RGB (Red+Green+Blue) = 238+50+60=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE323C is #11CDC3. Grayscale: #6B6B6B. Windows color (decimal): -1166788 or 3945198. OLE color: 3945198.

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

Color convert

RGB 238 50 60 -
CMYK 0 0.79 0.75 0.07
HSL 356.81º 0.85% 0.56% -
HSV(B) 356.81º 0.79% 0.93% -
XYZ 37.22 20.78 6.33 -
YUV 107.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 238 50 60 0 0.79 0.75 0.07 356.81 0.85 0.56
Hex EE 32 3C 0 4F 4B 7 165 55 38
Octal 356 62 74 0 117 113 7 545 125 70
Binary 11101110 110010 111100 0 1001111 1001011 111 101100101 1010101 111000

Color Harmonies of #EE323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE323C

Black with #EE323C

Text Example


Text Example

White with #EE323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE323C; }

 p { color: rgb(238,50,60); }

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

background-color css

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

 a { background-color: rgb(238,50,60); }

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

border-color css

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

 span { border-color: rgb(238,50,60); }

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