Html Css Color HEX #EF2B4A Amaranth

📋 copy color: '#EF2B4A'

red 239 ◦ green 43 ◦ blue 74

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

Shades of Amaranth #EF2B4A

Tints of Amaranth #EF2B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

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

R = 67.13%
G = 12.08%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF2B4A (or 0xEF2B4A) is known color: Amaranth. HEX triplet: EF, 2B and 4A. RGB value is (239,43,74). Sum of RGB (Red+Green+Blue) = 239+43+74=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B4A is #10D4B5. Grayscale: #696969. Windows color (decimal): -1103030 or 4860911. OLE color: 4860911.

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

Color convert

RGB 239 43 74 -
CMYK 0 0.82 0.69 0.06
HSL 350.51º 0.86% 0.55% -
HSV(B) 350.51º 0.82% 0.94% -
XYZ 37.7 20.57 8.46 -
YUV 105.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 239 43 74 0 0.82 0.69 0.06 350.51 0.86 0.55
Hex EF 2B 4A 0 52 45 6 15F 56 37
Octal 357 53 112 0 122 105 6 537 126 67
Binary 11101111 101011 1001010 0 1010010 1000101 110 101011111 1010110 110111

Color Harmonies of #EF2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B4A

Black with #EF2B4A

Text Example


Text Example

White with #EF2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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