Html Css Color HEX #EF234A Amaranth

📋 copy color: '#EF234A'

red 239 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #EF234A

Tints of Amaranth #EF234A

RGB

 RED value IS 239 (93.75% from 255) = 68.68%

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

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

R = 68.68%
G = 10.06%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF234A (or 0xEF234A) is known color: Amaranth. HEX triplet: EF, 23 and 4A. RGB value is (239,35,74). Sum of RGB (Red+Green+Blue) = 239+35+74=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF234A is #10DCB5. Grayscale: #646464. Windows color (decimal): -1105078 or 4858863. OLE color: 4858863.

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

Color convert

RGB 239 35 74 -
CMYK 0 0.85 0.69 0.06
HSL 348.53º 0.86% 0.54% -
HSV(B) 348.53º 0.85% 0.94% -
XYZ 37.43 20.05 8.38 -
YUV 100.44 113.09 226.83 -
System Red Green Blue C M Y K H S L
Decimal 239 35 74 0 0.85 0.69 0.06 348.53 0.86 0.54
Hex EF 23 4A 0 55 45 6 15D 56 36
Octal 357 43 112 0 125 105 6 535 126 66
Binary 11101111 100011 1001010 0 1010101 1000101 110 101011101 1010110 110110

Color Harmonies of #EF234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF234A

Black with #EF234A

Text Example


Text Example

White with #EF234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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