Html Css Color HEX #EE2F46 Amaranth

📋 copy color: '#EE2F46'

red 238 ◦ green 47 ◦ blue 70

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

Shades of Amaranth #EE2F46

Tints of Amaranth #EE2F46

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.24%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 67.04%
G = 13.24%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE2F46 (or 0xEE2F46) is known color: Amaranth. HEX triplet: EE, 2F and 46. RGB value is (238,47,70). Sum of RGB (Red+Green+Blue) = 238+47+70=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2F46 is #11D0B9. Grayscale: #6A6A6A. Windows color (decimal): -1167546 or 4599790. OLE color: 4599790.

HSL color Cylindrical-coordinate representation of color #EE2F46: hue angle of 352.77º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2F46 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 47 70 -
CMYK 0 0.80 0.71 0.07
HSL 352.77º 0.85% 0.56% -
HSV(B) 352.77º 0.8% 0.93% -
XYZ 37.38 20.65 7.81 -
YUV 106.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 238 47 70 0 0.80 0.71 0.07 352.77 0.85 0.56
Hex EE 2F 46 0 50 47 7 161 55 38
Octal 356 57 106 0 120 107 7 541 125 70
Binary 11101110 101111 1000110 0 1010000 1000111 111 101100001 1010101 111000

Color Harmonies of #EE2F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2F46

Black with #EE2F46

Text Example


Text Example

White with #EE2F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2F46; }

 p { color: rgb(238,47,70); }

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

background-color css

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

 a { background-color: rgb(238,47,70); }

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

border-color css

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

 span { border-color: rgb(238,47,70); }

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