Html Css Color HEX #EE233A Alizarin

📋 copy color: '#EE233A'

red 238 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #EE233A

Tints of Alizarin #EE233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 71.9%
G = 10.57%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE233A (or 0xEE233A) is known color: Alizarin. HEX triplet: EE, 23 and 3A. RGB value is (238,35,58). Sum of RGB (Red+Green+Blue) = 238+35+58=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE233A is #11DCC5. Grayscale: #626262. Windows color (decimal): -1170630 or 3810286. OLE color: 3810286.

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

Color convert

RGB 238 35 58 -
CMYK 0 0.85 0.76 0.07
HSL 353.2º 0.86% 0.54% -
HSV(B) 353.2º 0.85% 0.93% -
XYZ 36.62 19.68 5.87 -
YUV 98.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 238 35 58 0 0.85 0.76 0.07 353.2 0.86 0.54
Hex EE 23 3A 0 55 4C 7 161 56 36
Octal 356 43 72 0 125 114 7 541 126 66
Binary 11101110 100011 111010 0 1010101 1001100 111 101100001 1010110 110110

Color Harmonies of #EE233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE233A

Black with #EE233A

Text Example


Text Example

White with #EE233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE233A; }

 p { color: rgb(238,35,58); }

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

background-color css

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

 a { background-color: rgb(238,35,58); }

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

border-color css

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

 span { border-color: rgb(238,35,58); }

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