Html Css Color HEX #EB294F Amaranth

📋 copy color: '#EB294F'

red 235 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #EB294F

Tints of Amaranth #EB294F

RGB

 RED value IS 235 (92.19% from 255) = 66.2%

 GREEN value IS 41 (16.41% from 255) = 11.55%

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 66.2%
G = 11.55%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB294F (or 0xEB294F) is known color: Amaranth. HEX triplet: EB, 29 and 4F. RGB value is (235,41,79). Sum of RGB (Red+Green+Blue) = 235+41+79=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB294F is #14D6B0. Grayscale: #676767. Windows color (decimal): -1365681 or 5188075. OLE color: 5188075.

HSL color Cylindrical-coordinate representation of color #EB294F: hue angle of 348.25º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB294F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 79 -
CMYK 0 0.83 0.66 0.08
HSL 348.25º 0.83% 0.54% -
HSV(B) 348.25º 0.83% 0.92% -
XYZ 36.47 19.81 9.3 -
YUV 103.34 114.27 221.91 -
System Red Green Blue C M Y K H S L
Decimal 235 41 79 0 0.83 0.66 0.08 348.25 0.83 0.54
Hex EB 29 4F 0 53 42 8 15C 53 36
Octal 353 51 117 0 123 102 10 534 123 66
Binary 11101011 101001 1001111 0 1010011 1000010 1000 101011100 1010011 110110

Color Harmonies of #EB294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB294F

Black with #EB294F

Text Example


Text Example

White with #EB294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB294F; }

 p { color: rgb(235,41,79); }

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

background-color css

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

 a { background-color: rgb(235,41,79); }

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

border-color css

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

 span { border-color: rgb(235,41,79); }

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