Html Css Color HEX #EF1F5A Amaranth

📋 copy color: '#EF1F5A'

red 239 ◦ green 31 ◦ blue 90

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

Shades of Amaranth #EF1F5A

Tints of Amaranth #EF1F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.61%

 BLUE value IS 90 (35.55% from 255) = 25%

R = 66.39%
G = 8.61%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF1F5A (or 0xEF1F5A) is known color: Amaranth. HEX triplet: EF, 1F and 5A. RGB value is (239,31,90). Sum of RGB (Red+Green+Blue) = 239+31+90=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F5A is #10E0A5. Grayscale: #636363. Windows color (decimal): -1106086 or 5906415. OLE color: 5906415.

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

Color convert

RGB 239 31 90 -
CMYK 0 0.87 0.62 0.06
HSL 342.98º 0.87% 0.53% -
HSV(B) 342.98º 0.87% 0.94% -
XYZ 37.93 20.07 11.55 -
YUV 99.92 122.41 227.2 -
System Red Green Blue C M Y K H S L
Decimal 239 31 90 0 0.87 0.62 0.06 342.98 0.87 0.53
Hex EF 1F 5A 0 57 3E 6 157 57 35
Octal 357 37 132 0 127 76 6 527 127 65
Binary 11101111 11111 1011010 0 1010111 111110 110 101010111 1010111 110101

Color Harmonies of #EF1F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1F5A

Black with #EF1F5A

Text Example


Text Example

White with #EF1F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1F5A; }

 p { color: rgb(239,31,90); }

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

background-color css

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

 a { background-color: rgb(239,31,90); }

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

border-color css

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

 span { border-color: rgb(239,31,90); }

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