Html Css Color HEX #EE233B Alizarin

📋 copy color: '#EE233B'

red 238 ◦ green 35 ◦ blue 59

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

Shades of Alizarin #EE233B

Tints of Alizarin #EE233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 71.69%
G = 10.54%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE233B (or 0xEE233B) is known color: Alizarin. HEX triplet: EE, 23 and 3B. RGB value is (238,35,59). Sum of RGB (Red+Green+Blue) = 238+35+59=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE233B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE233B is #11DCC4. Grayscale: #626262. Windows color (decimal): -1170629 or 3875822. OLE color: 3875822.

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

Color convert

RGB 238 35 59 -
CMYK 0 0.85 0.75 0.07
HSL 352.91º 0.86% 0.54% -
HSV(B) 352.91º 0.85% 0.93% -
XYZ 36.65 19.69 6.01 -
YUV 98.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 238 35 59 0 0.85 0.75 0.07 352.91 0.86 0.54
Hex EE 23 3B 0 55 4B 7 161 56 36
Octal 356 43 73 0 125 113 7 541 126 66
Binary 11101110 100011 111011 0 1010101 1001011 111 101100001 1010110 110110

Color Harmonies of #EE233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE233B

Black with #EE233B

Text Example


Text Example

White with #EE233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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