Html Css Color HEX #E6324B Amaranth

📋 copy color: '#E6324B'

red 230 ◦ green 50 ◦ blue 75

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

Shades of Amaranth #E6324B

Tints of Amaranth #E6324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.08%

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 64.79%
G = 14.08%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6324B (or 0xE6324B) is known color: Amaranth. HEX triplet: E6, 32 and 4B. RGB value is (230,50,75). Sum of RGB (Red+Green+Blue) = 230+50+75=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6324B is #19CDB4. Grayscale: #6A6A6A. Windows color (decimal): -1691061 or 4928230. OLE color: 4928230.

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

Color convert

RGB 230 50 75 -
CMYK 0 0.78 0.67 0.10
HSL 351.67º 0.78% 0.55% -
HSV(B) 351.67º 0.78% 0.9% -
XYZ 35.04 19.61 8.6 -
YUV 106.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 230 50 75 0 0.78 0.67 0.10 351.67 0.78 0.55
Hex E6 32 4B 0 4E 43 A 160 4E 37
Octal 346 62 113 0 116 103 12 540 116 67
Binary 11100110 110010 1001011 0 1001110 1000011 1010 101100000 1001110 110111

Color Harmonies of #E6324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6324B

Black with #E6324B

Text Example


Text Example

White with #E6324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6324B; }

 p { color: rgb(230,50,75); }

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

background-color css

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

 a { background-color: rgb(230,50,75); }

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

border-color css

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

 span { border-color: rgb(230,50,75); }

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