Html Css Color HEX #E6275A Amaranth

📋 copy color: '#E6275A'

red 230 ◦ green 39 ◦ blue 90

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

Shades of Amaranth #E6275A

Tints of Amaranth #E6275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.86%

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 64.07%
G = 10.86%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6275A (or 0xE6275A) is known color: Amaranth. HEX triplet: E6, 27 and 5A. RGB value is (230,39,90). Sum of RGB (Red+Green+Blue) = 230+39+90=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6275A is #19D8A5. Grayscale: #656565. Windows color (decimal): -1693862 or 5908454. OLE color: 5908454.

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

Color convert

RGB 230 39 90 -
CMYK 0 0.83 0.61 0.10
HSL 343.98º 0.79% 0.53% -
HSV(B) 343.98º 0.83% 0.9% -
XYZ 35.2 19.01 11.49 -
YUV 101.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 230 39 90 0 0.83 0.61 0.10 343.98 0.79 0.53
Hex E6 27 5A 0 53 3D A 158 4F 35
Octal 346 47 132 0 123 75 12 530 117 65
Binary 11100110 100111 1011010 0 1010011 111101 1010 101011000 1001111 110101

Color Harmonies of #E6275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6275A

Black with #E6275A

Text Example


Text Example

White with #E6275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6275A; }

 p { color: rgb(230,39,90); }

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

background-color css

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

 a { background-color: rgb(230,39,90); }

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

border-color css

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

 span { border-color: rgb(230,39,90); }

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