Html Css Color HEX #EF255B Amaranth

📋 copy color: '#EF255B'

red 239 ◦ green 37 ◦ blue 91

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

Shades of Amaranth #EF255B

Tints of Amaranth #EF255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.08%

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

R = 65.12%
G = 10.08%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF255B (or 0xEF255B) is known color: Amaranth. HEX triplet: EF, 25 and 5B. RGB value is (239,37,91). Sum of RGB (Red+Green+Blue) = 239+37+91=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF255B is #10DAA4. Grayscale: #676767. Windows color (decimal): -1104549 or 5973487. OLE color: 5973487.

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

Color convert

RGB 239 37 91 -
CMYK 0 0.85 0.62 0.06
HSL 343.96º 0.86% 0.54% -
HSV(B) 343.96º 0.85% 0.94% -
XYZ 38.15 20.43 11.83 -
YUV 103.55 120.92 224.61 -
System Red Green Blue C M Y K H S L
Decimal 239 37 91 0 0.85 0.62 0.06 343.96 0.86 0.54
Hex EF 25 5B 0 55 3E 6 158 56 36
Octal 357 45 133 0 125 76 6 530 126 66
Binary 11101111 100101 1011011 0 1010101 111110 110 101011000 1010110 110110

Color Harmonies of #EF255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF255B

Black with #EF255B

Text Example


Text Example

White with #EF255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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