Html Css Color HEX #EB274D Amaranth

📋 copy color: '#EB274D'

red 235 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #EB274D

Tints of Amaranth #EB274D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 66.95%
G = 11.11%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB274D (or 0xEB274D) is known color: Amaranth. HEX triplet: EB, 27 and 4D. RGB value is (235,39,77). Sum of RGB (Red+Green+Blue) = 235+39+77=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB274D is #14D8B2. Grayscale: #656565. Windows color (decimal): -1366195 or 5056491. OLE color: 5056491.

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

Color convert

RGB 235 39 77 -
CMYK 0 0.83 0.67 0.08
HSL 348.37º 0.83% 0.54% -
HSV(B) 348.37º 0.83% 0.92% -
XYZ 36.33 19.65 8.9 -
YUV 101.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 235 39 77 0 0.83 0.67 0.08 348.37 0.83 0.54
Hex EB 27 4D 0 53 43 8 15C 53 36
Octal 353 47 115 0 123 103 10 534 123 66
Binary 11101011 100111 1001101 0 1010011 1000011 1000 101011100 1010011 110110

Color Harmonies of #EB274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB274D

Black with #EB274D

Text Example


Text Example

White with #EB274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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