Html Css Color HEX #EB354D Amaranth

📋 copy color: '#EB354D'

red 235 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #EB354D

Tints of Amaranth #EB354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.52%

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

R = 64.38%
G = 14.52%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB354D (or 0xEB354D) is known color: Amaranth. HEX triplet: EB, 35 and 4D. RGB value is (235,53,77). Sum of RGB (Red+Green+Blue) = 235+53+77=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB354D is #14CAB2. Grayscale: #6E6E6E. Windows color (decimal): -1362611 or 5060075. OLE color: 5060075.

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

Color convert

RGB 235 53 77 -
CMYK 0 0.77 0.67 0.08
HSL 352.09º 0.82% 0.56% -
HSV(B) 352.09º 0.77% 0.92% -
XYZ 36.87 20.74 9.08 -
YUV 110.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 235 53 77 0 0.77 0.67 0.08 352.09 0.82 0.56
Hex EB 35 4D 0 4D 43 8 160 52 38
Octal 353 65 115 0 115 103 10 540 122 70
Binary 11101011 110101 1001101 0 1001101 1000011 1000 101100000 1010010 111000

Color Harmonies of #EB354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB354D

Black with #EB354D

Text Example


Text Example

White with #EB354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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