Html Css Color HEX #EB3C43 Amaranth

📋 copy color: '#EB3C43'

red 235 ◦ green 60 ◦ blue 67

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

Shades of Amaranth #EB3C43

Tints of Amaranth #EB3C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 64.92%
G = 16.57%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB3C43 (or 0xEB3C43) is known color: Amaranth. HEX triplet: EB, 3C and 43. RGB value is (235,60,67). Sum of RGB (Red+Green+Blue) = 235+60+67=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C43 is #14C3BC. Grayscale: #717171. Windows color (decimal): -1360829 or 4406507. OLE color: 4406507.

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

Color convert

RGB 235 60 67 -
CMYK 0 0.74 0.71 0.08
HSL 357.6º 0.81% 0.58% -
HSV(B) 357.6º 0.74% 0.92% -
XYZ 36.89 21.3 7.48 -
YUV 113.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 235 60 67 0 0.74 0.71 0.08 357.6 0.81 0.58
Hex EB 3C 43 0 4A 47 8 166 51 3A
Octal 353 74 103 0 112 107 10 546 121 72
Binary 11101011 111100 1000011 0 1001010 1000111 1000 101100110 1010001 111010

Color Harmonies of #EB3C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C43

Black with #EB3C43

Text Example


Text Example

White with #EB3C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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