Html Css Color HEX #EE313F Alizarin

📋 copy color: '#EE313F'

red 238 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #EE313F

Tints of Alizarin #EE313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18%

R = 68%
G = 14%
B = 18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE313F (or 0xEE313F) is known color: Alizarin. HEX triplet: EE, 31 and 3F. RGB value is (238,49,63). Sum of RGB (Red+Green+Blue) = 238+49+63=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE313F is #11CEC0. Grayscale: #6B6B6B. Windows color (decimal): -1167041 or 4141550. OLE color: 4141550.

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

Color convert

RGB 238 49 63 -
CMYK 0 0.79 0.74 0.07
HSL 355.56º 0.85% 0.56% -
HSV(B) 355.56º 0.79% 0.93% -
XYZ 37.26 20.73 6.74 -
YUV 107.11 103.12 221.36 -
System Red Green Blue C M Y K H S L
Decimal 238 49 63 0 0.79 0.74 0.07 355.56 0.85 0.56
Hex EE 31 3F 0 4F 4A 7 164 55 38
Octal 356 61 77 0 117 112 7 544 125 70
Binary 11101110 110001 111111 0 1001111 1001010 111 101100100 1010101 111000

Color Harmonies of #EE313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE313F

Black with #EE313F

Text Example


Text Example

White with #EE313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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