Html Css Color HEX #EB4752 Amaranth

📋 copy color: '#EB4752'

red 235 ◦ green 71 ◦ blue 82

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

Shades of Amaranth #EB4752

Tints of Amaranth #EB4752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.3%

 BLUE value IS 82 (32.42% from 255) = 21.13%

R = 60.57%
G = 18.3%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB4752 (or 0xEB4752) is known color: Amaranth. HEX triplet: EB, 47 and 52. RGB value is (235,71,82). Sum of RGB (Red+Green+Blue) = 235+71+82=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4752 is #14B8AD. Grayscale: #797979. Windows color (decimal): -1357998 or 5392363. OLE color: 5392363.

HSL color Cylindrical-coordinate representation of color #EB4752: hue angle of 355.98º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4752 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 82 -
CMYK 0 0.70 0.65 0.08
HSL 355.98º 0.8% 0.6% -
HSV(B) 355.98º 0.7% 0.92% -
XYZ 38.04 22.78 10.37 -
YUV 121.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 235 71 82 0 0.70 0.65 0.08 355.98 0.8 0.6
Hex EB 47 52 0 46 41 8 164 50 3C
Octal 353 107 122 0 106 101 10 544 120 74
Binary 11101011 1000111 1010010 0 1000110 1000001 1000 101100100 1010000 111100

Color Harmonies of #EB4752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4752

Black with #EB4752

Text Example


Text Example

White with #EB4752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4752; }

 p { color: rgb(235,71,82); }

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

background-color css

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

 a { background-color: rgb(235,71,82); }

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

border-color css

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

 span { border-color: rgb(235,71,82); }

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