Html Css Color HEX #EE264A Amaranth

📋 copy color: '#EE264A'

red 238 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #EE264A

Tints of Amaranth #EE264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 68%
G = 10.86%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE264A (or 0xEE264A) is known color: Amaranth. HEX triplet: EE, 26 and 4A. RGB value is (238,38,74). Sum of RGB (Red+Green+Blue) = 238+38+74=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE264A is #11D9B5. Grayscale: #656565. Windows color (decimal): -1169846 or 4859630. OLE color: 4859630.

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

Color convert

RGB 238 38 74 -
CMYK 0 0.84 0.69 0.07
HSL 349.2º 0.85% 0.54% -
HSV(B) 349.2º 0.84% 0.93% -
XYZ 37.19 20.06 8.39 -
YUV 101.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 238 38 74 0 0.84 0.69 0.07 349.2 0.85 0.54
Hex EE 26 4A 0 54 45 7 15D 55 36
Octal 356 46 112 0 124 105 7 535 125 66
Binary 11101110 100110 1001010 0 1010100 1000101 111 101011101 1010101 110110

Color Harmonies of #EE264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE264A

Black with #EE264A

Text Example


Text Example

White with #EE264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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