Html Css Color HEX #EF215B Amaranth

📋 copy color: '#EF215B'

red 239 ◦ green 33 ◦ blue 91

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

Shades of Amaranth #EF215B

Tints of Amaranth #EF215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

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

R = 65.84%
G = 9.09%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF215B (or 0xEF215B) is known color: Amaranth. HEX triplet: EF, 21 and 5B. RGB value is (239,33,91). Sum of RGB (Red+Green+Blue) = 239+33+91=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF215B is #10DEA4. Grayscale: #656565. Windows color (decimal): -1105573 or 5972463. OLE color: 5972463.

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

Color convert

RGB 239 33 91 -
CMYK 0 0.86 0.62 0.06
HSL 343.11º 0.87% 0.53% -
HSV(B) 343.11º 0.86% 0.94% -
XYZ 38.03 20.19 11.79 -
YUV 101.21 122.25 226.28 -
System Red Green Blue C M Y K H S L
Decimal 239 33 91 0 0.86 0.62 0.06 343.11 0.87 0.53
Hex EF 21 5B 0 56 3E 6 157 57 35
Octal 357 41 133 0 126 76 6 527 127 65
Binary 11101111 100001 1011011 0 1010110 111110 110 101010111 1010111 110101

Color Harmonies of #EF215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF215B

Black with #EF215B

Text Example


Text Example

White with #EF215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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