Html Css Color HEX #EB255B Amaranth

📋 copy color: '#EB255B'

red 235 ◦ green 37 ◦ blue 91

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

Shades of Amaranth #EB255B

Tints of Amaranth #EB255B

RGB

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

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

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

R = 64.74%
G = 10.19%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB255B (or 0xEB255B) is known color: Amaranth. HEX triplet: EB, 25 and 5B. RGB value is (235,37,91). Sum of RGB (Red+Green+Blue) = 235+37+91=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB255B is #14DAA4. Grayscale: #666666. Windows color (decimal): -1366693 or 5973483. OLE color: 5973483.

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

Color convert

RGB 235 37 91 -
CMYK 0 0.84 0.61 0.08
HSL 343.64º 0.83% 0.53% -
HSV(B) 343.64º 0.84% 0.92% -
XYZ 36.81 19.74 11.77 -
YUV 102.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 235 37 91 0 0.84 0.61 0.08 343.64 0.83 0.53
Hex EB 25 5B 0 54 3D 8 158 53 35
Octal 353 45 133 0 124 75 10 530 123 65
Binary 11101011 100101 1011011 0 1010100 111101 1000 101011000 1010011 110101

Color Harmonies of #EB255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB255B

Black with #EB255B

Text Example


Text Example

White with #EB255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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