Html Css Color HEX #EF334E Amaranth

📋 copy color: '#EF334E'

red 239 ◦ green 51 ◦ blue 78

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

Shades of Amaranth #EF334E

Tints of Amaranth #EF334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.86%

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 64.95%
G = 13.86%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF334E (or 0xEF334E) is known color: Amaranth. HEX triplet: EF, 33 and 4E. RGB value is (239,51,78). Sum of RGB (Red+Green+Blue) = 239+51+78=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF334E is #10CCB1. Grayscale: #6E6E6E. Windows color (decimal): -1100978 or 5125103. OLE color: 5125103.

HSL color Cylindrical-coordinate representation of color #EF334E: hue angle of 351.38º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF334E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 78 -
CMYK 0 0.79 0.67 0.06
HSL 351.38º 0.85% 0.57% -
HSV(B) 351.38º 0.79% 0.94% -
XYZ 38.16 21.27 9.3 -
YUV 110.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 239 51 78 0 0.79 0.67 0.06 351.38 0.85 0.57
Hex EF 33 4E 0 4F 43 6 15F 55 39
Octal 357 63 116 0 117 103 6 537 125 71
Binary 11101111 110011 1001110 0 1001111 1000011 110 101011111 1010101 111001

Color Harmonies of #EF334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF334E

Black with #EF334E

Text Example


Text Example

White with #EF334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF334E; }

 p { color: rgb(239,51,78); }

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

background-color css

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

 a { background-color: rgb(239,51,78); }

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

border-color css

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

 span { border-color: rgb(239,51,78); }

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