Html Css Color HEX #EF225D Amaranth

📋 copy color: '#EF225D'

red 239 ◦ green 34 ◦ blue 93

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

Shades of Amaranth #EF225D

Tints of Amaranth #EF225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 65.3%
G = 9.29%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF225D (or 0xEF225D) is known color: Amaranth. HEX triplet: EF, 22 and 5D. RGB value is (239,34,93). Sum of RGB (Red+Green+Blue) = 239+34+93=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF225D is #10DDA2. Grayscale: #656565. Windows color (decimal): -1105315 or 6103791. OLE color: 6103791.

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

Color convert

RGB 239 34 93 -
CMYK 0 0.86 0.61 0.06
HSL 342.73º 0.86% 0.54% -
HSV(B) 342.73º 0.86% 0.94% -
XYZ 38.14 20.29 12.26 -
YUV 102.02 122.92 225.7 -
System Red Green Blue C M Y K H S L
Decimal 239 34 93 0 0.86 0.61 0.06 342.73 0.86 0.54
Hex EF 22 5D 0 56 3D 6 157 56 36
Octal 357 42 135 0 126 75 6 527 126 66
Binary 11101111 100010 1011101 0 1010110 111101 110 101010111 1010110 110110

Color Harmonies of #EF225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF225D

Black with #EF225D

Text Example


Text Example

White with #EF225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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