Html Css Color HEX #EE303F Alizarin

📋 copy color: '#EE303F'

red 238 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #EE303F

Tints of Alizarin #EE303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.75%

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

R = 68.19%
G = 13.75%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE303F (or 0xEE303F) is known color: Alizarin. HEX triplet: EE, 30 and 3F. RGB value is (238,48,63). Sum of RGB (Red+Green+Blue) = 238+48+63=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE303F is #11CFC0. Grayscale: #6A6A6A. Windows color (decimal): -1167297 or 4141294. OLE color: 4141294.

HSL color Cylindrical-coordinate representation of color #EE303F: hue angle of 355.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE303F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 63 -
CMYK 0 0.80 0.74 0.07
HSL 355.26º 0.85% 0.56% -
HSV(B) 355.26º 0.8% 0.93% -
XYZ 37.21 20.65 6.73 -
YUV 106.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 238 48 63 0 0.80 0.74 0.07 355.26 0.85 0.56
Hex EE 30 3F 0 50 4A 7 163 55 38
Octal 356 60 77 0 120 112 7 543 125 70
Binary 11101110 110000 111111 0 1010000 1001010 111 101100011 1010101 111000

Color Harmonies of #EE303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE303F

Black with #EE303F

Text Example


Text Example

White with #EE303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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