Html Css Color HEX #EB1E4C Amaranth

📋 copy color: '#EB1E4C'

red 235 ◦ green 30 ◦ blue 76

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

Shades of Amaranth #EB1E4C

Tints of Amaranth #EB1E4C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

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

R = 68.91%
G = 8.8%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB1E4C (or 0xEB1E4C) is known color: Amaranth. HEX triplet: EB, 1E and 4C. RGB value is (235,30,76). Sum of RGB (Red+Green+Blue) = 235+30+76=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E4C is #14E1B3. Grayscale: #606060. Windows color (decimal): -1368500 or 4988651. OLE color: 4988651.

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

Color convert

RGB 235 30 76 -
CMYK 0 0.87 0.68 0.08
HSL 346.54º 0.84% 0.52% -
HSV(B) 346.54º 0.87% 0.92% -
XYZ 36.03 19.11 8.63 -
YUV 96.54 116.42 226.76 -
System Red Green Blue C M Y K H S L
Decimal 235 30 76 0 0.87 0.68 0.08 346.54 0.84 0.52
Hex EB 1E 4C 0 57 44 8 15B 54 34
Octal 353 36 114 0 127 104 10 533 124 64
Binary 11101011 11110 1001100 0 1010111 1000100 1000 101011011 1010100 110100

Color Harmonies of #EB1E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E4C

Black with #EB1E4C

Text Example


Text Example

White with #EB1E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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