Html Css Color HEX #EF3250 Amaranth

📋 copy color: '#EF3250'

red 239 ◦ green 50 ◦ blue 80

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

Shades of Amaranth #EF3250

Tints of Amaranth #EF3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

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

R = 64.77%
G = 13.55%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF3250 (or 0xEF3250) is known color: Amaranth. HEX triplet: EF, 32 and 50. RGB value is (239,50,80). Sum of RGB (Red+Green+Blue) = 239+50+80=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3250 is #10CDAF. Grayscale: #6E6E6E. Windows color (decimal): -1101232 or 5255919. OLE color: 5255919.

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

Color convert

RGB 239 50 80 -
CMYK 0 0.79 0.67 0.06
HSL 350.48º 0.86% 0.57% -
HSV(B) 350.48º 0.79% 0.94% -
XYZ 38.19 21.21 9.67 -
YUV 109.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 239 50 80 0 0.79 0.67 0.06 350.48 0.86 0.57
Hex EF 32 50 0 4F 43 6 15E 56 39
Octal 357 62 120 0 117 103 6 536 126 71
Binary 11101111 110010 1010000 0 1001111 1000011 110 101011110 1010110 111001

Color Harmonies of #EF3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3250

Black with #EF3250

Text Example


Text Example

White with #EF3250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3250; }

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

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

background-color css

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

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

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

border-color css

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

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

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