Html Css Color HEX #EB244D Amaranth

📋 copy color: '#EB244D'

red 235 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #EB244D

Tints of Amaranth #EB244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

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

R = 67.53%
G = 10.34%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB244D (or 0xEB244D) is known color: Amaranth. HEX triplet: EB, 24 and 4D. RGB value is (235,36,77). Sum of RGB (Red+Green+Blue) = 235+36+77=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB244D is #14DBB2. Grayscale: #646464. Windows color (decimal): -1366963 or 5055723. OLE color: 5055723.

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

Color convert

RGB 235 36 77 -
CMYK 0 0.85 0.67 0.08
HSL 347.64º 0.83% 0.53% -
HSV(B) 347.64º 0.85% 0.92% -
XYZ 36.23 19.46 8.87 -
YUV 100.18 114.93 224.17 -
System Red Green Blue C M Y K H S L
Decimal 235 36 77 0 0.85 0.67 0.08 347.64 0.83 0.53
Hex EB 24 4D 0 55 43 8 15C 53 35
Octal 353 44 115 0 125 103 10 534 123 65
Binary 11101011 100100 1001101 0 1010101 1000011 1000 101011100 1010011 110101

Color Harmonies of #EB244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB244D

Black with #EB244D

Text Example


Text Example

White with #EB244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB244D; }

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

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

background-color css

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

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

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

border-color css

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

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

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