Html Css Color HEX #EF264D Amaranth

📋 copy color: '#EF264D'

red 239 ◦ green 38 ◦ blue 77

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

Shades of Amaranth #EF264D

Tints of Amaranth #EF264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

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

R = 67.51%
G = 10.73%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF264D (or 0xEF264D) is known color: Amaranth. HEX triplet: EF, 26 and 4D. RGB value is (239,38,77). Sum of RGB (Red+Green+Blue) = 239+38+77=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF264D is #10D9B2. Grayscale: #666666. Windows color (decimal): -1104307 or 5056239. OLE color: 5056239.

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

Color convert

RGB 239 38 77 -
CMYK 0 0.84 0.68 0.06
HSL 348.36º 0.86% 0.54% -
HSV(B) 348.36º 0.84% 0.94% -
XYZ 37.63 20.27 8.95 -
YUV 102.55 113.59 225.33 -
System Red Green Blue C M Y K H S L
Decimal 239 38 77 0 0.84 0.68 0.06 348.36 0.86 0.54
Hex EF 26 4D 0 54 44 6 15C 56 36
Octal 357 46 115 0 124 104 6 534 126 66
Binary 11101111 100110 1001101 0 1010100 1000100 110 101011100 1010110 110110

Color Harmonies of #EF264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF264D

Black with #EF264D

Text Example


Text Example

White with #EF264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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