Html Css Color HEX #EF315B Amaranth

📋 copy color: '#EF315B'

red 239 ◦ green 49 ◦ blue 91

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

Shades of Amaranth #EF315B

Tints of Amaranth #EF315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.93%

 BLUE value IS 91 (35.94% from 255) = 24.01%

R = 63.06%
G = 12.93%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF315B (or 0xEF315B) is known color: Amaranth. HEX triplet: EF, 31 and 5B. RGB value is (239,49,91). Sum of RGB (Red+Green+Blue) = 239+49+91=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF315B is #10CEA4. Grayscale: #6E6E6E. Windows color (decimal): -1101477 or 5976559. OLE color: 5976559.

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

Color convert

RGB 239 49 91 -
CMYK 0 0.79 0.62 0.06
HSL 346.74º 0.86% 0.56% -
HSV(B) 346.74º 0.79% 0.94% -
XYZ 38.58 21.3 11.98 -
YUV 110.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 239 49 91 0 0.79 0.62 0.06 346.74 0.86 0.56
Hex EF 31 5B 0 4F 3E 6 15B 56 38
Octal 357 61 133 0 117 76 6 533 126 70
Binary 11101111 110001 1011011 0 1001111 111110 110 101011011 1010110 111000

Color Harmonies of #EF315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF315B

Black with #EF315B

Text Example


Text Example

White with #EF315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF315B; }

 p { color: rgb(239,49,91); }

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

background-color css

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

 a { background-color: rgb(239,49,91); }

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

border-color css

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

 span { border-color: rgb(239,49,91); }

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