Html Css Color HEX #EF234D Amaranth

📋 copy color: '#EF234D'

red 239 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #EF234D

Tints of Amaranth #EF234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 68.09%
G = 9.97%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF234D (or 0xEF234D) is known color: Amaranth. HEX triplet: EF, 23 and 4D. RGB value is (239,35,77). Sum of RGB (Red+Green+Blue) = 239+35+77=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF234D is #10DCB2. Grayscale: #646464. Windows color (decimal): -1105075 or 5055471. OLE color: 5055471.

HSL color Cylindrical-coordinate representation of color #EF234D: hue angle of 347.65º 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 #EF234D is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 35 77 -
CMYK 0 0.85 0.68 0.06
HSL 347.65º 0.86% 0.54% -
HSV(B) 347.65º 0.85% 0.94% -
XYZ 37.54 20.09 8.92 -
YUV 100.78 114.59 226.58 -
System Red Green Blue C M Y K H S L
Decimal 239 35 77 0 0.85 0.68 0.06 347.65 0.86 0.54
Hex EF 23 4D 0 55 44 6 15C 56 36
Octal 357 43 115 0 125 104 6 534 126 66
Binary 11101111 100011 1001101 0 1010101 1000100 110 101011100 1010110 110110

Color Harmonies of #EF234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF234D

Black with #EF234D

Text Example


Text Example

White with #EF234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF234D; }

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

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

background-color css

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

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

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

border-color css

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

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

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