Html Css Color HEX #EF434D Amaranth

📋 copy color: '#EF434D'

red 239 ◦ green 67 ◦ blue 77

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

Shades of Amaranth #EF434D

Tints of Amaranth #EF434D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.1%

R = 62.4%
G = 17.49%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF434D (or 0xEF434D) is known color: Amaranth. HEX triplet: EF, 43 and 4D. RGB value is (239,67,77). Sum of RGB (Red+Green+Blue) = 239+67+77=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF434D is #10BCB2. Grayscale: #777777. Windows color (decimal): -1096883 or 5063663. OLE color: 5063663.

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

Color convert

RGB 239 67 77 -
CMYK 0 0.72 0.68 0.06
HSL 356.51º 0.84% 0.6% -
HSV(B) 356.51º 0.72% 0.94% -
XYZ 38.94 22.9 9.39 -
YUV 119.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 239 67 77 0 0.72 0.68 0.06 356.51 0.84 0.6
Hex EF 43 4D 0 48 44 6 165 54 3C
Octal 357 103 115 0 110 104 6 545 124 74
Binary 11101111 1000011 1001101 0 1001000 1000100 110 101100101 1010100 111100

Color Harmonies of #EF434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF434D

Black with #EF434D

Text Example


Text Example

White with #EF434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF434D; }

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

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

background-color css

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

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

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

border-color css

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

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

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