Html Css Color HEX #EB2B4E Amaranth

📋 copy color: '#EB2B4E'

red 235 ◦ green 43 ◦ blue 78

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

Shades of Amaranth #EB2B4E

Tints of Amaranth #EB2B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 66.01%
G = 12.08%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB2B4E (or 0xEB2B4E) is known color: Amaranth. HEX triplet: EB, 2B and 4E. RGB value is (235,43,78). Sum of RGB (Red+Green+Blue) = 235+43+78=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2B4E is #14D4B1. Grayscale: #686868. Windows color (decimal): -1365170 or 5123051. OLE color: 5123051.

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

Color convert

RGB 235 43 78 -
CMYK 0 0.82 0.67 0.08
HSL 349.06º 0.83% 0.55% -
HSV(B) 349.06º 0.82% 0.92% -
XYZ 36.5 19.94 9.13 -
YUV 104.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 235 43 78 0 0.82 0.67 0.08 349.06 0.83 0.55
Hex EB 2B 4E 0 52 43 8 15D 53 37
Octal 353 53 116 0 122 103 10 535 123 67
Binary 11101011 101011 1001110 0 1010010 1000011 1000 101011101 1010011 110111

Color Harmonies of #EB2B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B4E

Black with #EB2B4E

Text Example


Text Example

White with #EB2B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B4E; }

 p { color: rgb(235,43,78); }

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

background-color css

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

 a { background-color: rgb(235,43,78); }

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

border-color css

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

 span { border-color: rgb(235,43,78); }

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