Html Css Color HEX #EF2350 Amaranth

📋 copy color: '#EF2350'

red 239 ◦ green 35 ◦ blue 80

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

Shades of Amaranth #EF2350

Tints of Amaranth #EF2350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 67.51%
G = 9.89%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF2350 (or 0xEF2350) is known color: Amaranth. HEX triplet: EF, 23 and 50. RGB value is (239,35,80). Sum of RGB (Red+Green+Blue) = 239+35+80=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2350 is #10DCAF. Grayscale: #656565. Windows color (decimal): -1105072 or 5252079. OLE color: 5252079.

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

Color convert

RGB 239 35 80 -
CMYK 0 0.85 0.67 0.06
HSL 346.76º 0.86% 0.54% -
HSV(B) 346.76º 0.85% 0.94% -
XYZ 37.65 20.13 9.49 -
YUV 101.13 116.09 226.34 -
System Red Green Blue C M Y K H S L
Decimal 239 35 80 0 0.85 0.67 0.06 346.76 0.86 0.54
Hex EF 23 50 0 55 43 6 15B 56 36
Octal 357 43 120 0 125 103 6 533 126 66
Binary 11101111 100011 1010000 0 1010101 1000011 110 101011011 1010110 110110

Color Harmonies of #EF2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2350

Black with #EF2350

Text Example


Text Example

White with #EF2350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2350; }

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

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

background-color css

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

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

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

border-color css

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

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

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