Html Css Color HEX #EF454D Amaranth

📋 copy color: '#EF454D'

red 239 ◦ green 69 ◦ blue 77

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

Shades of Amaranth #EF454D

Tints of Amaranth #EF454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

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

R = 62.08%
G = 17.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF454D (or 0xEF454D) is known color: Amaranth. HEX triplet: EF, 45 and 4D. RGB value is (239,69,77). Sum of RGB (Red+Green+Blue) = 239+69+77=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF454D is #10BAB2. Grayscale: #787878. Windows color (decimal): -1096371 or 5064175. OLE color: 5064175.

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

Color convert

RGB 239 69 77 -
CMYK 0 0.71 0.68 0.06
HSL 357.18º 0.84% 0.6% -
HSV(B) 357.18º 0.71% 0.94% -
XYZ 39.06 23.14 9.43 -
YUV 120.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 239 69 77 0 0.71 0.68 0.06 357.18 0.84 0.6
Hex EF 45 4D 0 47 44 6 165 54 3C
Octal 357 105 115 0 107 104 6 545 124 74
Binary 11101111 1000101 1001101 0 1000111 1000100 110 101100101 1010100 111100

Color Harmonies of #EF454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF454D

Black with #EF454D

Text Example


Text Example

White with #EF454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF454D; }

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

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

background-color css

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

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

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

border-color css

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

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

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