Html Css Color HEX #EE203F Alizarin

📋 copy color: '#EE203F'

red 238 ◦ green 32 ◦ blue 63

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

Shades of Alizarin #EE203F

Tints of Alizarin #EE203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.61%

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

R = 71.47%
G = 9.61%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE203F (or 0xEE203F) is known color: Alizarin. HEX triplet: EE, 20 and 3F. RGB value is (238,32,63). Sum of RGB (Red+Green+Blue) = 238+32+63=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE203F is #11DFC0. Grayscale: #616161. Windows color (decimal): -1171393 or 4137198. OLE color: 4137198.

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

Color convert

RGB 238 32 63 -
CMYK 0 0.87 0.74 0.07
HSL 350.97º 0.86% 0.53% -
HSV(B) 350.97º 0.87% 0.93% -
XYZ 36.67 19.57 6.55 -
YUV 97.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 238 32 63 0 0.87 0.74 0.07 350.97 0.86 0.53
Hex EE 20 3F 0 57 4A 7 15F 56 35
Octal 356 40 77 0 127 112 7 537 126 65
Binary 11101110 100000 111111 0 1010111 1001010 111 101011111 1010110 110101

Color Harmonies of #EE203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE203F

Black with #EE203F

Text Example


Text Example

White with #EE203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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