Html Css Color HEX #EE335A Amaranth

📋 copy color: '#EE335A'

red 238 ◦ green 51 ◦ blue 90

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

Shades of Amaranth #EE335A

Tints of Amaranth #EE335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.46%

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 62.8%
G = 13.46%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE335A (or 0xEE335A) is known color: Amaranth. HEX triplet: EE, 33 and 5A. RGB value is (238,51,90). Sum of RGB (Red+Green+Blue) = 238+51+90=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE335A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE335A is #11CCA5. Grayscale: #6F6F6F. Windows color (decimal): -1166502 or 5911534. OLE color: 5911534.

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

Color convert

RGB 238 51 90 -
CMYK 0 0.79 0.62 0.07
HSL 347.49º 0.85% 0.57% -
HSV(B) 347.49º 0.79% 0.93% -
XYZ 38.29 21.28 11.76 -
YUV 111.36 115.95 218.33 -
System Red Green Blue C M Y K H S L
Decimal 238 51 90 0 0.79 0.62 0.07 347.49 0.85 0.57
Hex EE 33 5A 0 4F 3E 7 15B 55 39
Octal 356 63 132 0 117 76 7 533 125 71
Binary 11101110 110011 1011010 0 1001111 111110 111 101011011 1010101 111001

Color Harmonies of #EE335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE335A

Black with #EE335A

Text Example


Text Example

White with #EE335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE335A; }

 p { color: rgb(238,51,90); }

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

background-color css

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

 a { background-color: rgb(238,51,90); }

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

border-color css

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

 span { border-color: rgb(238,51,90); }

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