Html Css Color HEX #EF304C Amaranth

📋 copy color: '#EF304C'

red 239 ◦ green 48 ◦ blue 76

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

Shades of Amaranth #EF304C

Tints of Amaranth #EF304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 65.84%
G = 13.22%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF304C (or 0xEF304C) is known color: Amaranth. HEX triplet: EF, 30 and 4C. RGB value is (239,48,76). Sum of RGB (Red+Green+Blue) = 239+48+76=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF304C is #10CFB3. Grayscale: #6C6C6C. Windows color (decimal): -1101748 or 4993263. OLE color: 4993263.

HSL color Cylindrical-coordinate representation of color #EF304C: hue angle of 351.2º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF304C is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 76 -
CMYK 0 0.80 0.68 0.06
HSL 351.2º 0.86% 0.56% -
HSV(B) 351.2º 0.8% 0.94% -
XYZ 37.96 20.99 8.89 -
YUV 108.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 239 48 76 0 0.80 0.68 0.06 351.2 0.86 0.56
Hex EF 30 4C 0 50 44 6 15F 56 38
Octal 357 60 114 0 120 104 6 537 126 70
Binary 11101111 110000 1001100 0 1010000 1000100 110 101011111 1010110 111000

Color Harmonies of #EF304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF304C

Black with #EF304C

Text Example


Text Example

White with #EF304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF304C; }

 p { color: rgb(239,48,76); }

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

background-color css

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

 a { background-color: rgb(239,48,76); }

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

border-color css

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

 span { border-color: rgb(239,48,76); }

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