Html Css Color HEX #E6245B Amaranth

📋 copy color: '#E6245B'

red 230 ◦ green 36 ◦ blue 91

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

Shades of Amaranth #E6245B

Tints of Amaranth #E6245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 64.43%
G = 10.08%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6245B (or 0xE6245B) is known color: Amaranth. HEX triplet: E6, 24 and 5B. RGB value is (230,36,91). Sum of RGB (Red+Green+Blue) = 230+36+91=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6245B is #19DBA4. Grayscale: #646464. Windows color (decimal): -1694629 or 5973222. OLE color: 5973222.

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

Color convert

RGB 230 36 91 -
CMYK 0 0.84 0.60 0.10
HSL 342.99º 0.8% 0.52% -
HSV(B) 342.99º 0.84% 0.9% -
XYZ 35.15 18.84 11.68 -
YUV 100.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 230 36 91 0 0.84 0.60 0.10 342.99 0.8 0.52
Hex E6 24 5B 0 54 3C A 157 50 34
Octal 346 44 133 0 124 74 12 527 120 64
Binary 11100110 100100 1011011 0 1010100 111100 1010 101010111 1010000 110100

Color Harmonies of #E6245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6245B

Black with #E6245B

Text Example


Text Example

White with #E6245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6245B; }

 p { color: rgb(230,36,91); }

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

background-color css

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

 a { background-color: rgb(230,36,91); }

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

border-color css

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

 span { border-color: rgb(230,36,91); }

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