Html Css Color HEX #EB434E Amaranth

📋 copy color: '#EB434E'

red 235 ◦ green 67 ◦ blue 78

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

Shades of Amaranth #EB434E

Tints of Amaranth #EB434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.53%

R = 61.84%
G = 17.63%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB434E (or 0xEB434E) is known color: Amaranth. HEX triplet: EB, 43 and 4E. RGB value is (235,67,78). Sum of RGB (Red+Green+Blue) = 235+67+78=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB434E is #14BCB1. Grayscale: #767676. Windows color (decimal): -1359026 or 5129195. OLE color: 5129195.

HSL color Cylindrical-coordinate representation of color #EB434E: hue angle of 356.07º 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 #EB434E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 67 78 -
CMYK 0 0.71 0.67 0.08
HSL 356.07º 0.81% 0.59% -
HSV(B) 356.07º 0.71% 0.92% -
XYZ 37.64 22.23 9.51 -
YUV 118.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 235 67 78 0 0.71 0.67 0.08 356.07 0.81 0.59
Hex EB 43 4E 0 47 43 8 164 51 3B
Octal 353 103 116 0 107 103 10 544 121 73
Binary 11101011 1000011 1001110 0 1000111 1000011 1000 101100100 1010001 111011

Color Harmonies of #EB434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB434E

Black with #EB434E

Text Example


Text Example

White with #EB434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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