Html Css Color HEX #EF184B Amaranth

📋 copy color: '#EF184B'

red 239 ◦ green 24 ◦ blue 75

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

Shades of Amaranth #EF184B

Tints of Amaranth #EF184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

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

R = 70.71%
G = 7.1%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF184B (or 0xEF184B) is known color: Amaranth. HEX triplet: EF, 18 and 4B. RGB value is (239,24,75). Sum of RGB (Red+Green+Blue) = 239+24+75=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF184B is #10E7B4. Grayscale: #5E5E5E. Windows color (decimal): -1107893 or 4921583. OLE color: 4921583.

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

Color convert

RGB 239 24 75 -
CMYK 0 0.90 0.69 0.06
HSL 345.77º 0.87% 0.52% -
HSV(B) 345.77º 0.9% 0.94% -
XYZ 37.19 19.51 8.46 -
YUV 94.1 117.23 231.35 -
System Red Green Blue C M Y K H S L
Decimal 239 24 75 0 0.90 0.69 0.06 345.77 0.87 0.52
Hex EF 18 4B 0 5A 45 6 15A 57 34
Octal 357 30 113 0 132 105 6 532 127 64
Binary 11101111 11000 1001011 0 1011010 1000101 110 101011010 1010111 110100

Color Harmonies of #EF184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF184B

Black with #EF184B

Text Example


Text Example

White with #EF184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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