Html Css Color HEX #EE234A Amaranth

📋 copy color: '#EE234A'

red 238 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #EE234A

Tints of Amaranth #EE234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

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

R = 68.59%
G = 10.09%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE234A (or 0xEE234A) is known color: Amaranth. HEX triplet: EE, 23 and 4A. RGB value is (238,35,74). Sum of RGB (Red+Green+Blue) = 238+35+74=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE234A is #11DCB5. Grayscale: #646464. Windows color (decimal): -1170614 or 4858862. OLE color: 4858862.

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

Color convert

RGB 238 35 74 -
CMYK 0 0.85 0.69 0.07
HSL 348.47º 0.86% 0.54% -
HSV(B) 348.47º 0.85% 0.93% -
XYZ 37.1 19.87 8.36 -
YUV 100.14 113.25 226.33 -
System Red Green Blue C M Y K H S L
Decimal 238 35 74 0 0.85 0.69 0.07 348.47 0.86 0.54
Hex EE 23 4A 0 55 45 7 15C 56 36
Octal 356 43 112 0 125 105 7 534 126 66
Binary 11101110 100011 1001010 0 1010101 1000101 111 101011100 1010110 110110

Color Harmonies of #EE234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE234A

Black with #EE234A

Text Example


Text Example

White with #EE234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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