Html Css Color HEX #EF434E Amaranth

📋 copy color: '#EF434E'

red 239 ◦ green 67 ◦ blue 78

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

Shades of Amaranth #EF434E

Tints of Amaranth #EF434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 62.24%
G = 17.45%
B = 20.31%

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

#EF434E (or 0xEF434E) is known color: Amaranth. HEX triplet: EF, 43 and 4E. RGB value is (239,67,78). Sum of RGB (Red+Green+Blue) = 239+67+78=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF434E is #10BCB1. Grayscale: #777777. Windows color (decimal): -1096882 or 5129199. OLE color: 5129199.

HSL color Cylindrical-coordinate representation of color #EF434E: hue angle of 356.16º 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 #EF434E is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 67 78 -
CMYK 0 0.72 0.67 0.06
HSL 356.16º 0.84% 0.6% -
HSV(B) 356.16º 0.72% 0.94% -
XYZ 38.98 22.92 9.58 -
YUV 119.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 239 67 78 0 0.72 0.67 0.06 356.16 0.84 0.6
Hex EF 43 4E 0 48 43 6 164 54 3C
Octal 357 103 116 0 110 103 6 544 124 74
Binary 11101111 1000011 1001110 0 1001000 1000011 110 101100100 1010100 111100

Color Harmonies of #EF434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF434E

Black with #EF434E

Text Example


Text Example

White with #EF434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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