Html Css Color HEX #EB255E Amaranth

📋 copy color: '#EB255E'

red 235 ◦ green 37 ◦ blue 94

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

Shades of Amaranth #EB255E

Tints of Amaranth #EB255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 64.21%
G = 10.11%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB255E (or 0xEB255E) is known color: Amaranth. HEX triplet: EB, 25 and 5E. RGB value is (235,37,94). Sum of RGB (Red+Green+Blue) = 235+37+94=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB255E is #14DAA1. Grayscale: #666666. Windows color (decimal): -1366690 or 6170091. OLE color: 6170091.

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

Color convert

RGB 235 37 94 -
CMYK 0 0.84 0.6 0.08
HSL 342.73º 0.83% 0.53% -
HSV(B) 342.73º 0.84% 0.92% -
XYZ 36.94 19.79 12.46 -
YUV 102.7 123.1 222.37 -
System Red Green Blue C M Y K H S L
Decimal 235 37 94 0 0.84 0.6 0.08 342.73 0.83 0.53
Hex EB 25 5E 0 54 3C 8 157 53 35
Octal 353 45 136 0 124 74 10 527 123 65
Binary 11101011 100101 1011110 0 1010100 111100 1000 101010111 1010011 110101

Color Harmonies of #EB255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB255E

Black with #EB255E

Text Example


Text Example

White with #EB255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB255E; }

 p { color: rgb(235,37,94); }

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

background-color css

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

 a { background-color: rgb(235,37,94); }

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

border-color css

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

 span { border-color: rgb(235,37,94); }

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