Html Css Color HEX #EF274F Amaranth

📋 copy color: '#EF274F'

red 239 ◦ green 39 ◦ blue 79

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

Shades of Amaranth #EF274F

Tints of Amaranth #EF274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 66.95%
G = 10.92%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF274F (or 0xEF274F) is known color: Amaranth. HEX triplet: EF, 27 and 4F. RGB value is (239,39,79). Sum of RGB (Red+Green+Blue) = 239+39+79=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF274F is #10D8B0. Grayscale: #676767. Windows color (decimal): -1104049 or 5187567. OLE color: 5187567.

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

Color convert

RGB 239 39 79 -
CMYK 0 0.84 0.67 0.06
HSL 348º 0.86% 0.55% -
HSV(B) 348º 0.84% 0.94% -
XYZ 37.73 20.37 9.34 -
YUV 103.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 239 39 79 0 0.84 0.67 0.06 348 0.86 0.55
Hex EF 27 4F 0 54 43 6 15C 56 37
Octal 357 47 117 0 124 103 6 534 126 67
Binary 11101111 100111 1001111 0 1010100 1000011 110 101011100 1010110 110111

Color Harmonies of #EF274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF274F

Black with #EF274F

Text Example


Text Example

White with #EF274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF274F; }

 p { color: rgb(239,39,79); }

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

background-color css

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

 a { background-color: rgb(239,39,79); }

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

border-color css

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

 span { border-color: rgb(239,39,79); }

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