Html Css Color HEX #EB275A Amaranth

📋 copy color: '#EB275A'

red 235 ◦ green 39 ◦ blue 90

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

Shades of Amaranth #EB275A

Tints of Amaranth #EB275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.71%

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 64.56%
G = 10.71%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB275A (or 0xEB275A) is known color: Amaranth. HEX triplet: EB, 27 and 5A. RGB value is (235,39,90). Sum of RGB (Red+Green+Blue) = 235+39+90=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB275A is #14D8A5. Grayscale: #676767. Windows color (decimal): -1366182 or 5908459. OLE color: 5908459.

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

Color convert

RGB 235 39 90 -
CMYK 0 0.83 0.62 0.08
HSL 344.39º 0.83% 0.54% -
HSV(B) 344.39º 0.83% 0.92% -
XYZ 36.83 19.85 11.56 -
YUV 103.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 235 39 90 0 0.83 0.62 0.08 344.39 0.83 0.54
Hex EB 27 5A 0 53 3E 8 158 53 36
Octal 353 47 132 0 123 76 10 530 123 66
Binary 11101011 100111 1011010 0 1010011 111110 1000 101011000 1010011 110110

Color Harmonies of #EB275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB275A

Black with #EB275A

Text Example


Text Example

White with #EB275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB275A; }

 p { color: rgb(235,39,90); }

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

background-color css

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

 a { background-color: rgb(235,39,90); }

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

border-color css

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

 span { border-color: rgb(235,39,90); }

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