Html Css Color HEX #E6334E Amaranth

📋 copy color: '#E6334E'

red 230 ◦ green 51 ◦ blue 78

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

Shades of Amaranth #E6334E

Tints of Amaranth #E6334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 64.07%
G = 14.21%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6334E (or 0xE6334E) is known color: Amaranth. HEX triplet: E6, 33 and 4E. RGB value is (230,51,78). Sum of RGB (Red+Green+Blue) = 230+51+78=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6334E is #19CCB1. Grayscale: #6B6B6B. Windows color (decimal): -1690802 or 5125094. OLE color: 5125094.

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

Color convert

RGB 230 51 78 -
CMYK 0 0.78 0.66 0.10
HSL 350.95º 0.78% 0.55% -
HSV(B) 350.95º 0.78% 0.9% -
XYZ 35.19 19.74 9.16 -
YUV 107.6 111.3 215.3 -
System Red Green Blue C M Y K H S L
Decimal 230 51 78 0 0.78 0.66 0.10 350.95 0.78 0.55
Hex E6 33 4E 0 4E 42 A 15F 4E 37
Octal 346 63 116 0 116 102 12 537 116 67
Binary 11100110 110011 1001110 0 1001110 1000010 1010 101011111 1001110 110111

Color Harmonies of #E6334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6334E

Black with #E6334E

Text Example


Text Example

White with #E6334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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