Html Css Color HEX #E6434E Amaranth

📋 copy color: '#E6434E'

red 230 ◦ green 67 ◦ blue 78

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

Shades of Amaranth #E6434E

Tints of Amaranth #E6434E

RGB

 RED value IS 230 (90.23% from 255) = 61.33%

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

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

R = 61.33%
G = 17.87%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6434E (or 0xE6434E) is known color: Amaranth. HEX triplet: E6, 43 and 4E. RGB value is (230,67,78). Sum of RGB (Red+Green+Blue) = 230+67+78=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6434E is #19BCB1. Grayscale: #757575. Windows color (decimal): -1686706 or 5129190. OLE color: 5129190.

HSL color Cylindrical-coordinate representation of color #E6434E: hue angle of 355.95º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6434E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 67 78 -
CMYK 0 0.71 0.66 0.10
HSL 355.95º 0.77% 0.58% -
HSV(B) 355.95º 0.71% 0.9% -
XYZ 36.02 21.39 9.44 -
YUV 116.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 230 67 78 0 0.71 0.66 0.10 355.95 0.77 0.58
Hex E6 43 4E 0 47 42 A 164 4D 3A
Octal 346 103 116 0 107 102 12 544 115 72
Binary 11100110 1000011 1001110 0 1000111 1000010 1010 101100100 1001101 111010

Color Harmonies of #E6434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6434E

Black with #E6434E

Text Example


Text Example

White with #E6434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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