Html Css Color HEX #E6284B Amaranth

📋 copy color: '#E6284B'

red 230 ◦ green 40 ◦ blue 75

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

Shades of Amaranth #E6284B

Tints of Amaranth #E6284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 66.67%
G = 11.59%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6284B (or 0xE6284B) is known color: Amaranth. HEX triplet: E6, 28 and 4B. RGB value is (230,40,75). Sum of RGB (Red+Green+Blue) = 230+40+75=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6284B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6284B is #19D7B4. Grayscale: #646464. Windows color (decimal): -1693621 or 4925670. OLE color: 4925670.

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

Color convert

RGB 230 40 75 -
CMYK 0 0.83 0.67 0.10
HSL 348.95º 0.79% 0.53% -
HSV(B) 348.95º 0.83% 0.9% -
XYZ 34.66 18.85 8.47 -
YUV 100.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 230 40 75 0 0.83 0.67 0.10 348.95 0.79 0.53
Hex E6 28 4B 0 53 43 A 15D 4F 35
Octal 346 50 113 0 123 103 12 535 117 65
Binary 11100110 101000 1001011 0 1010011 1000011 1010 101011101 1001111 110101

Color Harmonies of #E6284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6284B

Black with #E6284B

Text Example


Text Example

White with #E6284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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