Html Css Color HEX #EF3155 Amaranth

📋 copy color: '#EF3155'

red 239 ◦ green 49 ◦ blue 85

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

Shades of Amaranth #EF3155

Tints of Amaranth #EF3155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 64.08%
G = 13.14%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF3155 (or 0xEF3155) is known color: Amaranth. HEX triplet: EF, 31 and 55. RGB value is (239,49,85). Sum of RGB (Red+Green+Blue) = 239+49+85=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3155 is #10CEAA. Grayscale: #6D6D6D. Windows color (decimal): -1101483 or 5583343. OLE color: 5583343.

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

Color convert

RGB 239 49 85 -
CMYK 0 0.79 0.64 0.06
HSL 348.63º 0.86% 0.56% -
HSV(B) 348.63º 0.79% 0.94% -
XYZ 38.33 21.2 10.67 -
YUV 109.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 239 49 85 0 0.79 0.64 0.06 348.63 0.86 0.56
Hex EF 31 55 0 4F 40 6 15D 56 38
Octal 357 61 125 0 117 100 6 535 126 70
Binary 11101111 110001 1010101 0 1001111 1000000 110 101011101 1010110 111000

Color Harmonies of #EF3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3155

Black with #EF3155

Text Example


Text Example

White with #EF3155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3155; }

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

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

background-color css

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

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

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

border-color css

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

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

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