Html Css Color HEX #EF464B Amaranth

📋 copy color: '#EF464B'

red 239 ◦ green 70 ◦ blue 75

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

Shades of Amaranth #EF464B

Tints of Amaranth #EF464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 62.24%
G = 18.23%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF464B (or 0xEF464B) is known color: Amaranth. HEX triplet: EF, 46 and 4B. RGB value is (239,70,75). Sum of RGB (Red+Green+Blue) = 239+70+75=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF464B is #10B9B4. Grayscale: #797979. Windows color (decimal): -1096117 or 4933359. OLE color: 4933359.

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

Color convert

RGB 239 70 75 -
CMYK 0 0.71 0.69 0.06
HSL 358.22º 0.84% 0.61% -
HSV(B) 358.22º 0.71% 0.94% -
XYZ 39.06 23.24 9.08 -
YUV 121.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 239 70 75 0 0.71 0.69 0.06 358.22 0.84 0.61
Hex EF 46 4B 0 47 45 6 166 54 3D
Octal 357 106 113 0 107 105 6 546 124 75
Binary 11101111 1000110 1001011 0 1000111 1000101 110 101100110 1010100 111101

Color Harmonies of #EF464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF464B

Black with #EF464B

Text Example


Text Example

White with #EF464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF464B; }

 p { color: rgb(239,70,75); }

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

background-color css

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

 a { background-color: rgb(239,70,75); }

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

border-color css

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

 span { border-color: rgb(239,70,75); }

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