Html Css Color HEX #EF275F Amaranth

📋 copy color: '#EF275F'

red 239 ◦ green 39 ◦ blue 95

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

Shades of Amaranth #EF275F

Tints of Amaranth #EF275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 64.08%
G = 10.46%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF275F (or 0xEF275F) is known color: Amaranth. HEX triplet: EF, 27 and 5F. RGB value is (239,39,95). Sum of RGB (Red+Green+Blue) = 239+39+95=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF275F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF275F is #10D8A0. Grayscale: #696969. Windows color (decimal): -1104033 or 6236143. OLE color: 6236143.

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

Color convert

RGB 239 39 95 -
CMYK 0 0.84 0.60 0.06
HSL 343.2º 0.86% 0.55% -
HSV(B) 343.2º 0.84% 0.94% -
XYZ 38.39 20.63 12.78 -
YUV 105.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 239 39 95 0 0.84 0.60 0.06 343.2 0.86 0.55
Hex EF 27 5F 0 54 3C 6 157 56 37
Octal 357 47 137 0 124 74 6 527 126 67
Binary 11101111 100111 1011111 0 1010100 111100 110 101010111 1010110 110111

Color Harmonies of #EF275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF275F

Black with #EF275F

Text Example


Text Example

White with #EF275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF275F; }

 p { color: rgb(239,39,95); }

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

background-color css

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

 a { background-color: rgb(239,39,95); }

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

border-color css

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

 span { border-color: rgb(239,39,95); }

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