Html Css Color HEX #EB264C Amaranth

📋 copy color: '#EB264C'

red 235 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #EB264C

Tints of Amaranth #EB264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 67.34%
G = 10.89%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB264C (or 0xEB264C) is known color: Amaranth. HEX triplet: EB, 26 and 4C. RGB value is (235,38,76). Sum of RGB (Red+Green+Blue) = 235+38+76=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB264C is #14D9B3. Grayscale: #656565. Windows color (decimal): -1366452 or 4990699. OLE color: 4990699.

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

Color convert

RGB 235 38 76 -
CMYK 0 0.84 0.68 0.08
HSL 348.43º 0.83% 0.54% -
HSV(B) 348.43º 0.84% 0.92% -
XYZ 36.26 19.57 8.7 -
YUV 101.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 235 38 76 0 0.84 0.68 0.08 348.43 0.83 0.54
Hex EB 26 4C 0 54 44 8 15C 53 36
Octal 353 46 114 0 124 104 10 534 123 66
Binary 11101011 100110 1001100 0 1010100 1000100 1000 101011100 1010011 110110

Color Harmonies of #EB264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB264C

Black with #EB264C

Text Example


Text Example

White with #EB264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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