Html Css Color HEX #EE3253 Amaranth

📋 copy color: '#EE3253'

red 238 ◦ green 50 ◦ blue 83

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

Shades of Amaranth #EE3253

Tints of Amaranth #EE3253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 64.15%
G = 13.48%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE3253 (or 0xEE3253) is known color: Amaranth. HEX triplet: EE, 32 and 53. RGB value is (238,50,83). Sum of RGB (Red+Green+Blue) = 238+50+83=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3253 is #11CDAC. Grayscale: #6E6E6E. Windows color (decimal): -1166765 or 5452526. OLE color: 5452526.

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

Color convert

RGB 238 50 83 -
CMYK 0 0.79 0.65 0.07
HSL 349.47º 0.85% 0.56% -
HSV(B) 349.47º 0.79% 0.93% -
XYZ 37.96 21.08 10.25 -
YUV 109.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 238 50 83 0 0.79 0.65 0.07 349.47 0.85 0.56
Hex EE 32 53 0 4F 41 7 15D 55 38
Octal 356 62 123 0 117 101 7 535 125 70
Binary 11101110 110010 1010011 0 1001111 1000001 111 101011101 1010101 111000

Color Harmonies of #EE3253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3253

Black with #EE3253

Text Example


Text Example

White with #EE3253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3253; }

 p { color: rgb(238,50,83); }

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

background-color css

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

 a { background-color: rgb(238,50,83); }

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

border-color css

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

 span { border-color: rgb(238,50,83); }

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