Html Css Color HEX #EE265A Amaranth

📋 copy color: '#EE265A'

red 238 ◦ green 38 ◦ blue 90

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

Shades of Amaranth #EE265A

Tints of Amaranth #EE265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.38%

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

R = 65.03%
G = 10.38%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE265A (or 0xEE265A) is known color: Amaranth. HEX triplet: EE, 26 and 5A. RGB value is (238,38,90). Sum of RGB (Red+Green+Blue) = 238+38+90=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE265A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE265A is #11D9A5. Grayscale: #676767. Windows color (decimal): -1169830 or 5908206. OLE color: 5908206.

HSL color Cylindrical-coordinate representation of color #EE265A: hue angle of 344.4º 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 #EE265A is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 38 90 -
CMYK 0 0.84 0.62 0.07
HSL 344.4º 0.85% 0.54% -
HSV(B) 344.4º 0.84% 0.93% -
XYZ 37.8 20.3 11.6 -
YUV 103.73 120.26 223.77 -
System Red Green Blue C M Y K H S L
Decimal 238 38 90 0 0.84 0.62 0.07 344.4 0.85 0.54
Hex EE 26 5A 0 54 3E 7 158 55 36
Octal 356 46 132 0 124 76 7 530 125 66
Binary 11101110 100110 1011010 0 1010100 111110 111 101011000 1010101 110110

Color Harmonies of #EE265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE265A

Black with #EE265A

Text Example


Text Example

White with #EE265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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