Html Css Color HEX #EF215C Amaranth

📋 copy color: '#EF215C'

red 239 ◦ green 33 ◦ blue 92

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

Shades of Amaranth #EF215C

Tints of Amaranth #EF215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 65.66%
G = 9.07%
B = 25.27%

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

#EF215C (or 0xEF215C) is known color: Amaranth. HEX triplet: EF, 21 and 5C. RGB value is (239,33,92). Sum of RGB (Red+Green+Blue) = 239+33+92=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF215C is #10DEA3. Grayscale: #656565. Windows color (decimal): -1105572 or 6037999. OLE color: 6037999.

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

Color convert

RGB 239 33 92 -
CMYK 0 0.86 0.62 0.06
HSL 342.82º 0.87% 0.53% -
HSV(B) 342.82º 0.86% 0.94% -
XYZ 38.07 20.21 12.02 -
YUV 101.32 122.75 226.2 -
System Red Green Blue C M Y K H S L
Decimal 239 33 92 0 0.86 0.62 0.06 342.82 0.87 0.53
Hex EF 21 5C 0 56 3E 6 157 57 35
Octal 357 41 134 0 126 76 6 527 127 65
Binary 11101111 100001 1011100 0 1010110 111110 110 101010111 1010111 110101

Color Harmonies of #EF215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF215C

Black with #EF215C

Text Example


Text Example

White with #EF215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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