Html Css Color HEX #EF265A Amaranth

📋 copy color: '#EF265A'

red 239 ◦ green 38 ◦ blue 90

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

Shades of Amaranth #EF265A

Tints of Amaranth #EF265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 65.12%
G = 10.35%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF265A (or 0xEF265A) is known color: Amaranth. HEX triplet: EF, 26 and 5A. RGB value is (239,38,90). Sum of RGB (Red+Green+Blue) = 239+38+90=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF265A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF265A is #10D9A5. Grayscale: #686868. Windows color (decimal): -1104294 or 5908207. OLE color: 5908207.

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

Color convert

RGB 239 38 90 -
CMYK 0 0.84 0.62 0.06
HSL 344.48º 0.86% 0.54% -
HSV(B) 344.48º 0.84% 0.94% -
XYZ 38.14 20.48 11.62 -
YUV 104.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 239 38 90 0 0.84 0.62 0.06 344.48 0.86 0.54
Hex EF 26 5A 0 54 3E 6 158 56 36
Octal 357 46 132 0 124 76 6 530 126 66
Binary 11101111 100110 1011010 0 1010100 111110 110 101011000 1010110 110110

Color Harmonies of #EF265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF265A

Black with #EF265A

Text Example


Text Example

White with #EF265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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