Html Css Color HEX #EB4353 Amaranth

📋 copy color: '#EB4353'

red 235 ◦ green 67 ◦ blue 83

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

Shades of Amaranth #EB4353

Tints of Amaranth #EB4353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

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

R = 61.04%
G = 17.4%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB4353 (or 0xEB4353) is known color: Amaranth. HEX triplet: EB, 43 and 53. RGB value is (235,67,83). Sum of RGB (Red+Green+Blue) = 235+67+83=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4353 is #14BCAC. Grayscale: #777777. Windows color (decimal): -1359021 or 5456875. OLE color: 5456875.

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

Color convert

RGB 235 67 83 -
CMYK 0 0.71 0.65 0.08
HSL 354.29º 0.81% 0.59% -
HSV(B) 354.29º 0.71% 0.92% -
XYZ 37.83 22.3 10.49 -
YUV 119.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 235 67 83 0 0.71 0.65 0.08 354.29 0.81 0.59
Hex EB 43 53 0 47 41 8 162 51 3B
Octal 353 103 123 0 107 101 10 542 121 73
Binary 11101011 1000011 1010011 0 1000111 1000001 1000 101100010 1010001 111011

Color Harmonies of #EB4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4353

Black with #EB4353

Text Example


Text Example

White with #EB4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4353; }

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

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

background-color css

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

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

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

border-color css

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

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

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