Html Css Color HEX #EE2741 Alizarin

📋 copy color: '#EE2741'

red 238 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #EE2741

Tints of Alizarin #EE2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 69.59%
G = 11.4%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE2741 (or 0xEE2741) is known color: Alizarin. HEX triplet: EE, 27 and 41. RGB value is (238,39,65). Sum of RGB (Red+Green+Blue) = 238+39+65=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2741 is #11D8BE. Grayscale: #656565. Windows color (decimal): -1169599 or 4270062. OLE color: 4270062.

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

Color convert

RGB 238 39 65 -
CMYK 0 0.84 0.73 0.07
HSL 352.16º 0.85% 0.54% -
HSV(B) 352.16º 0.84% 0.93% -
XYZ 36.94 20.01 6.92 -
YUV 101.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 238 39 65 0 0.84 0.73 0.07 352.16 0.85 0.54
Hex EE 27 41 0 54 49 7 160 55 36
Octal 356 47 101 0 124 111 7 540 125 66
Binary 11101110 100111 1000001 0 1010100 1001001 111 101100000 1010101 110110

Color Harmonies of #EE2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2741

Black with #EE2741

Text Example


Text Example

White with #EE2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2741; }

 p { color: rgb(238,39,65); }

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

background-color css

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

 a { background-color: rgb(238,39,65); }

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

border-color css

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

 span { border-color: rgb(238,39,65); }

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