Html Css Color HEX #E6255B Amaranth

📋 copy color: '#E6255B'

red 230 ◦ green 37 ◦ blue 91

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

Shades of Amaranth #E6255B

Tints of Amaranth #E6255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

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

R = 64.25%
G = 10.34%
B = 25.42%

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

#E6255B (or 0xE6255B) is known color: Amaranth. HEX triplet: E6, 25 and 5B. RGB value is (230,37,91). Sum of RGB (Red+Green+Blue) = 230+37+91=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6255B is #19DAA4. Grayscale: #646464. Windows color (decimal): -1694373 or 5973478. OLE color: 5973478.

HSL color Cylindrical-coordinate representation of color #E6255B: hue angle of 343.21º degrees, saturation: 0.79, 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 #E6255B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 37 91 -
CMYK 0 0.84 0.60 0.10
HSL 343.21º 0.79% 0.52% -
HSV(B) 343.21º 0.84% 0.9% -
XYZ 35.18 18.9 11.69 -
YUV 100.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 230 37 91 0 0.84 0.60 0.10 343.21 0.79 0.52
Hex E6 25 5B 0 54 3C A 157 4F 34
Octal 346 45 133 0 124 74 12 527 117 64
Binary 11100110 100101 1011011 0 1010100 111100 1010 101010111 1001111 110100

Color Harmonies of #E6255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6255B

Black with #E6255B

Text Example


Text Example

White with #E6255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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