Html Css Color HEX #EB265D Amaranth

📋 copy color: '#EB265D'

red 235 ◦ green 38 ◦ blue 93

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

Shades of Amaranth #EB265D

Tints of Amaranth #EB265D

RGB

 RED value IS 235 (92.19% from 255) = 64.21%

 GREEN value IS 38 (15.23% from 255) = 10.38%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 64.21%
G = 10.38%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB265D (or 0xEB265D) is known color: Amaranth. HEX triplet: EB, 26 and 5D. RGB value is (235,38,93). Sum of RGB (Red+Green+Blue) = 235+38+93=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB265D is #14D9A2. Grayscale: #676767. Windows color (decimal): -1366435 or 6104811. OLE color: 6104811.

HSL color Cylindrical-coordinate representation of color #EB265D: hue angle of 343.25º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB265D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 38 93 -
CMYK 0 0.84 0.60 0.08
HSL 343.25º 0.83% 0.54% -
HSV(B) 343.25º 0.84% 0.92% -
XYZ 36.93 19.84 12.24 -
YUV 103.17 122.27 222.03 -
System Red Green Blue C M Y K H S L
Decimal 235 38 93 0 0.84 0.60 0.08 343.25 0.83 0.54
Hex EB 26 5D 0 54 3C 8 157 53 36
Octal 353 46 135 0 124 74 10 527 123 66
Binary 11101011 100110 1011101 0 1010100 111100 1000 101010111 1010011 110110

Color Harmonies of #EB265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB265D

Black with #EB265D

Text Example


Text Example

White with #EB265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB265D; }

 p { color: rgb(235,38,93); }

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

background-color css

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

 a { background-color: rgb(235,38,93); }

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

border-color css

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

 span { border-color: rgb(235,38,93); }

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