Html Css Color HEX #EE0F49 Crimson

📋 copy color: '#EE0F49'

red 238 ◦ green 15 ◦ blue 73

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

Shades of Crimson #EE0F49

Tints of Crimson #EE0F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.6%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 73.01%
G = 4.6%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE0F49 (or 0xEE0F49) is known color: Crimson. HEX triplet: EE, 0F and 49. RGB value is (238,15,73). Sum of RGB (Red+Green+Blue) = 238+15+73=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F49 is #11F0B6. Grayscale: #585858. Windows color (decimal): -1175735 or 4788206. OLE color: 4788206.

HSL color Cylindrical-coordinate representation of color #EE0F49: hue angle of 344.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F49 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 73 -
CMYK 0 0.94 0.69 0.07
HSL 344.39º 0.88% 0.5% -
HSV(B) 344.39º 0.94% 0.93% -
XYZ 36.63 19 8.04 -
YUV 88.29 119.38 234.78 -
System Red Green Blue C M Y K H S L
Decimal 238 15 73 0 0.94 0.69 0.07 344.39 0.88 0.5
Hex EE F 49 0 5E 45 7 158 58 32
Octal 356 17 111 0 136 105 7 530 130 62
Binary 11101110 1111 1001001 0 1011110 1000101 111 101011000 1011000 110010

Color Harmonies of #EE0F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F49

Black with #EE0F49

Text Example


Text Example

White with #EE0F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F49; }

 p { color: rgb(238,15,73); }

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

background-color css

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

 a { background-color: rgb(238,15,73); }

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

border-color css

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

 span { border-color: rgb(238,15,73); }

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