Html Css Color HEX #EF265D Amaranth

📋 copy color: '#EF265D'

red 239 ◦ green 38 ◦ blue 93

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

Shades of Amaranth #EF265D

Tints of Amaranth #EF265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

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

R = 64.59%
G = 10.27%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF265D (or 0xEF265D) is known color: Amaranth. HEX triplet: EF, 26 and 5D. RGB value is (239,38,93). Sum of RGB (Red+Green+Blue) = 239+38+93=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF265D is #10D9A2. Grayscale: #686868. Windows color (decimal): -1104291 or 6104815. OLE color: 6104815.

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

Color convert

RGB 239 38 93 -
CMYK 0 0.84 0.61 0.06
HSL 343.58º 0.86% 0.54% -
HSV(B) 343.58º 0.84% 0.94% -
XYZ 38.27 20.53 12.3 -
YUV 104.37 121.59 224.03 -
System Red Green Blue C M Y K H S L
Decimal 239 38 93 0 0.84 0.61 0.06 343.58 0.86 0.54
Hex EF 26 5D 0 54 3D 6 158 56 36
Octal 357 46 135 0 124 75 6 530 126 66
Binary 11101111 100110 1011101 0 1010100 111101 110 101011000 1010110 110110

Color Harmonies of #EF265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF265D

Black with #EF265D

Text Example


Text Example

White with #EF265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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