Html Css Color HEX #EB245D Amaranth

📋 copy color: '#EB245D'

red 235 ◦ green 36 ◦ blue 93

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

Shades of Amaranth #EB245D

Tints of Amaranth #EB245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 64.56%
G = 9.89%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB245D (or 0xEB245D) is known color: Amaranth. HEX triplet: EB, 24 and 5D. RGB value is (235,36,93). Sum of RGB (Red+Green+Blue) = 235+36+93=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB245D is #14DBA2. Grayscale: #656565. Windows color (decimal): -1366947 or 6104299. OLE color: 6104299.

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

Color convert

RGB 235 36 93 -
CMYK 0 0.85 0.60 0.08
HSL 342.81º 0.83% 0.53% -
HSV(B) 342.81º 0.85% 0.92% -
XYZ 36.87 19.71 12.22 -
YUV 102 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 235 36 93 0 0.85 0.60 0.08 342.81 0.83 0.53
Hex EB 24 5D 0 55 3C 8 157 53 35
Octal 353 44 135 0 125 74 10 527 123 65
Binary 11101011 100100 1011101 0 1010101 111100 1000 101010111 1010011 110101

Color Harmonies of #EB245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB245D

Black with #EB245D

Text Example


Text Example

White with #EB245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB245D; }

 p { color: rgb(235,36,93); }

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

background-color css

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

 a { background-color: rgb(235,36,93); }

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

border-color css

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

 span { border-color: rgb(235,36,93); }

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