Html Css Color HEX #EB254D Amaranth

📋 copy color: '#EB254D'

red 235 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #EB254D

Tints of Amaranth #EB254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

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

R = 67.34%
G = 10.6%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB254D (or 0xEB254D) is known color: Amaranth. HEX triplet: EB, 25 and 4D. RGB value is (235,37,77). Sum of RGB (Red+Green+Blue) = 235+37+77=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB254D is #14DAB2. Grayscale: #646464. Windows color (decimal): -1366707 or 5055979. OLE color: 5055979.

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

Color convert

RGB 235 37 77 -
CMYK 0 0.84 0.67 0.08
HSL 347.88º 0.83% 0.53% -
HSV(B) 347.88º 0.84% 0.92% -
XYZ 36.26 19.52 8.88 -
YUV 100.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 235 37 77 0 0.84 0.67 0.08 347.88 0.83 0.53
Hex EB 25 4D 0 54 43 8 15C 53 35
Octal 353 45 115 0 124 103 10 534 123 65
Binary 11101011 100101 1001101 0 1010100 1000011 1000 101011100 1010011 110101

Color Harmonies of #EB254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB254D

Black with #EB254D

Text Example


Text Example

White with #EB254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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