Html Css Color HEX #E6204B Amaranth

📋 copy color: '#E6204B'

red 230 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #E6204B

Tints of Amaranth #E6204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

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

R = 68.25%
G = 9.5%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6204B (or 0xE6204B) is known color: Amaranth. HEX triplet: E6, 20 and 4B. RGB value is (230,32,75). Sum of RGB (Red+Green+Blue) = 230+32+75=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E6204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6204B is #19DFB4. Grayscale: #606060. Windows color (decimal): -1695669 or 4923622. OLE color: 4923622.

HSL color Cylindrical-coordinate representation of color #E6204B: hue angle of 346.97º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6204B is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 75 -
CMYK 0 0.86 0.67 0.10
HSL 346.97º 0.8% 0.51% -
HSV(B) 346.97º 0.86% 0.9% -
XYZ 34.42 18.36 8.39 -
YUV 96.1 116.1 223.5 -
System Red Green Blue C M Y K H S L
Decimal 230 32 75 0 0.86 0.67 0.10 346.97 0.8 0.51
Hex E6 20 4B 0 56 43 A 15B 50 33
Octal 346 40 113 0 126 103 12 533 120 63
Binary 11100110 100000 1001011 0 1010110 1000011 1010 101011011 1010000 110011

Color Harmonies of #E6204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6204B

Black with #E6204B

Text Example


Text Example

White with #E6204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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