Html Css Color HEX #EB4053 Amaranth

📋 copy color: '#EB4053'

red 235 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #EB4053

Tints of Amaranth #EB4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 61.52%
G = 16.75%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB4053 (or 0xEB4053) is known color: Amaranth. HEX triplet: EB, 40 and 53. RGB value is (235,64,83). Sum of RGB (Red+Green+Blue) = 235+64+83=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4053 is #14BFAC. Grayscale: #757575. Windows color (decimal): -1359789 or 5456107. OLE color: 5456107.

HSL color Cylindrical-coordinate representation of color #EB4053: hue angle of 353.33º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4053 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 83 -
CMYK 0 0.73 0.65 0.08
HSL 353.33º 0.81% 0.59% -
HSV(B) 353.33º 0.73% 0.92% -
XYZ 37.66 21.95 10.44 -
YUV 117.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 235 64 83 0 0.73 0.65 0.08 353.33 0.81 0.59
Hex EB 40 53 0 49 41 8 161 51 3B
Octal 353 100 123 0 111 101 10 541 121 73
Binary 11101011 1000000 1010011 0 1001001 1000001 1000 101100001 1010001 111011

Color Harmonies of #EB4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4053

Black with #EB4053

Text Example


Text Example

White with #EB4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4053; }

 p { color: rgb(235,64,83); }

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

background-color css

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

 a { background-color: rgb(235,64,83); }

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

border-color css

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

 span { border-color: rgb(235,64,83); }

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