Html Css Color HEX #EF2D4A Amaranth

📋 copy color: '#EF2D4A'

red 239 ◦ green 45 ◦ blue 74

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

Shades of Amaranth #EF2D4A

Tints of Amaranth #EF2D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.57%

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

R = 66.76%
G = 12.57%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF2D4A (or 0xEF2D4A) is known color: Amaranth. HEX triplet: EF, 2D and 4A. RGB value is (239,45,74). Sum of RGB (Red+Green+Blue) = 239+45+74=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D4A is #10D2B5. Grayscale: #6A6A6A. Windows color (decimal): -1102518 or 4861423. OLE color: 4861423.

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

Color convert

RGB 239 45 74 -
CMYK 0 0.81 0.69 0.06
HSL 351.03º 0.86% 0.56% -
HSV(B) 351.03º 0.81% 0.94% -
XYZ 37.77 20.72 8.49 -
YUV 106.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 239 45 74 0 0.81 0.69 0.06 351.03 0.86 0.56
Hex EF 2D 4A 0 51 45 6 15F 56 38
Octal 357 55 112 0 121 105 6 537 126 70
Binary 11101111 101101 1001010 0 1010001 1000101 110 101011111 1010110 111000

Color Harmonies of #EF2D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D4A

Black with #EF2D4A

Text Example


Text Example

White with #EF2D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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