Html Css Color HEX #EB3F4D Amaranth

📋 copy color: '#EB3F4D'

red 235 ◦ green 63 ◦ blue 77

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

Shades of Amaranth #EB3F4D

Tints of Amaranth #EB3F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 16.8%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 62.67%
G = 16.8%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB3F4D (or 0xEB3F4D) is known color: Amaranth. HEX triplet: EB, 3F and 4D. RGB value is (235,63,77). Sum of RGB (Red+Green+Blue) = 235+63+77=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3F4D is #14C0B2. Grayscale: #747474. Windows color (decimal): -1360051 or 5062635. OLE color: 5062635.

HSL color Cylindrical-coordinate representation of color #EB3F4D: hue angle of 355.12º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB3F4D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 63 77 -
CMYK 0 0.73 0.67 0.08
HSL 355.12º 0.81% 0.58% -
HSV(B) 355.12º 0.73% 0.92% -
XYZ 37.38 21.75 9.25 -
YUV 116.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 235 63 77 0 0.73 0.67 0.08 355.12 0.81 0.58
Hex EB 3F 4D 0 49 43 8 163 51 3A
Octal 353 77 115 0 111 103 10 543 121 72
Binary 11101011 111111 1001101 0 1001001 1000011 1000 101100011 1010001 111010

Color Harmonies of #EB3F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3F4D

Black with #EB3F4D

Text Example


Text Example

White with #EB3F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3F4D; }

 p { color: rgb(235,63,77); }

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

background-color css

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

 a { background-color: rgb(235,63,77); }

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

border-color css

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

 span { border-color: rgb(235,63,77); }

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