Html Css Color HEX #EE233D Alizarin

📋 copy color: '#EE233D'

red 238 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #EE233D

Tints of Alizarin #EE233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 71.26%
G = 10.48%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE233D (or 0xEE233D) is known color: Alizarin. HEX triplet: EE, 23 and 3D. RGB value is (238,35,61). Sum of RGB (Red+Green+Blue) = 238+35+61=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE233D is #11DCC2. Grayscale: #626262. Windows color (decimal): -1170627 or 4006894. OLE color: 4006894.

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

Color convert

RGB 238 35 61 -
CMYK 0 0.85 0.74 0.07
HSL 352.32º 0.86% 0.54% -
HSV(B) 352.32º 0.85% 0.93% -
XYZ 36.7 19.72 6.29 -
YUV 98.66 106.75 227.39 -
System Red Green Blue C M Y K H S L
Decimal 238 35 61 0 0.85 0.74 0.07 352.32 0.86 0.54
Hex EE 23 3D 0 55 4A 7 160 56 36
Octal 356 43 75 0 125 112 7 540 126 66
Binary 11101110 100011 111101 0 1010101 1001010 111 101100000 1010110 110110

Color Harmonies of #EE233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE233D

Black with #EE233D

Text Example


Text Example

White with #EE233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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