Html Css Color HEX #EF225B Amaranth

📋 copy color: '#EF225B'

red 239 ◦ green 34 ◦ blue 91

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

Shades of Amaranth #EF225B

Tints of Amaranth #EF225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.34%

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

R = 65.66%
G = 9.34%
B = 25%

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

#EF225B (or 0xEF225B) is known color: Amaranth. HEX triplet: EF, 22 and 5B. RGB value is (239,34,91). Sum of RGB (Red+Green+Blue) = 239+34+91=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF225B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF225B is #10DDA4. Grayscale: #656565. Windows color (decimal): -1105317 or 5972719. OLE color: 5972719.

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

Color convert

RGB 239 34 91 -
CMYK 0 0.86 0.62 0.06
HSL 343.32º 0.86% 0.54% -
HSV(B) 343.32º 0.86% 0.94% -
XYZ 38.06 20.25 11.8 -
YUV 101.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 239 34 91 0 0.86 0.62 0.06 343.32 0.86 0.54
Hex EF 22 5B 0 56 3E 6 157 56 36
Octal 357 42 133 0 126 76 6 527 126 66
Binary 11101111 100010 1011011 0 1010110 111110 110 101010111 1010110 110110

Color Harmonies of #EF225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF225B

Black with #EF225B

Text Example


Text Example

White with #EF225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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