Html Css Color HEX #EF434F Amaranth

📋 copy color: '#EF434F'

red 239 ◦ green 67 ◦ blue 79

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

Shades of Amaranth #EF434F

Tints of Amaranth #EF434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

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

R = 62.08%
G = 17.4%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF434F (or 0xEF434F) is known color: Amaranth. HEX triplet: EF, 43 and 4F. RGB value is (239,67,79). Sum of RGB (Red+Green+Blue) = 239+67+79=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF434F is #10BCB0. Grayscale: #777777. Windows color (decimal): -1096881 or 5194735. OLE color: 5194735.

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

Color convert

RGB 239 67 79 -
CMYK 0 0.72 0.67 0.06
HSL 355.81º 0.84% 0.6% -
HSV(B) 355.81º 0.72% 0.94% -
XYZ 39.02 22.93 9.77 -
YUV 119.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 239 67 79 0 0.72 0.67 0.06 355.81 0.84 0.6
Hex EF 43 4F 0 48 43 6 164 54 3C
Octal 357 103 117 0 110 103 6 544 124 74
Binary 11101111 1000011 1001111 0 1001000 1000011 110 101100100 1010100 111100

Color Harmonies of #EF434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF434F

Black with #EF434F

Text Example


Text Example

White with #EF434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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