Html Css Color HEX #EB334C Amaranth

📋 copy color: '#EB334C'

red 235 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #EB334C

Tints of Amaranth #EB334C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 64.92%
G = 14.09%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB334C (or 0xEB334C) is known color: Amaranth. HEX triplet: EB, 33 and 4C. RGB value is (235,51,76). Sum of RGB (Red+Green+Blue) = 235+51+76=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB334C is #14CCB3. Grayscale: #6C6C6C. Windows color (decimal): -1363124 or 4994027. OLE color: 4994027.

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

Color convert

RGB 235 51 76 -
CMYK 0 0.78 0.68 0.08
HSL 351.85º 0.82% 0.56% -
HSV(B) 351.85º 0.78% 0.92% -
XYZ 36.75 20.55 8.87 -
YUV 108.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 235 51 76 0 0.78 0.68 0.08 351.85 0.82 0.56
Hex EB 33 4C 0 4E 44 8 160 52 38
Octal 353 63 114 0 116 104 10 540 122 70
Binary 11101011 110011 1001100 0 1001110 1000100 1000 101100000 1010010 111000

Color Harmonies of #EB334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB334C

Black with #EB334C

Text Example


Text Example

White with #EB334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB334C; }

 p { color: rgb(235,51,76); }

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

background-color css

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

 a { background-color: rgb(235,51,76); }

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

border-color css

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

 span { border-color: rgb(235,51,76); }

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