Html Css Color HEX #EF205B Amaranth

📋 copy color: '#EF205B'

red 239 ◦ green 32 ◦ blue 91

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

Shades of Amaranth #EF205B

Tints of Amaranth #EF205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.84%

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

R = 66.02%
G = 8.84%
B = 25.14%

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

#EF205B (or 0xEF205B) is known color: Amaranth. HEX triplet: EF, 20 and 5B. RGB value is (239,32,91). Sum of RGB (Red+Green+Blue) = 239+32+91=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF205B is #10DFA4. Grayscale: #646464. Windows color (decimal): -1105829 or 5972207. OLE color: 5972207.

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

Color convert

RGB 239 32 91 -
CMYK 0 0.87 0.62 0.06
HSL 342.9º 0.87% 0.53% -
HSV(B) 342.9º 0.87% 0.94% -
XYZ 38 20.14 11.78 -
YUV 100.62 122.58 226.7 -
System Red Green Blue C M Y K H S L
Decimal 239 32 91 0 0.87 0.62 0.06 342.9 0.87 0.53
Hex EF 20 5B 0 57 3E 6 157 57 35
Octal 357 40 133 0 127 76 6 527 127 65
Binary 11101111 100000 1011011 0 1010111 111110 110 101010111 1010111 110101

Color Harmonies of #EF205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF205B

Black with #EF205B

Text Example


Text Example

White with #EF205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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