Html Css Color HEX #EB385A Amaranth

📋 copy color: '#EB385A'

red 235 ◦ green 56 ◦ blue 90

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

Shades of Amaranth #EB385A

Tints of Amaranth #EB385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.7%

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

R = 61.68%
G = 14.7%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB385A (or 0xEB385A) is known color: Amaranth. HEX triplet: EB, 38 and 5A. RGB value is (235,56,90). Sum of RGB (Red+Green+Blue) = 235+56+90=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB385A is #14C7A5. Grayscale: #717171. Windows color (decimal): -1361830 or 5912811. OLE color: 5912811.

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

Color convert

RGB 235 56 90 -
CMYK 0 0.76 0.62 0.08
HSL 348.6º 0.82% 0.57% -
HSV(B) 348.6º 0.76% 0.92% -
XYZ 37.52 21.23 11.79 -
YUV 113.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 235 56 90 0 0.76 0.62 0.08 348.6 0.82 0.57
Hex EB 38 5A 0 4C 3E 8 15D 52 39
Octal 353 70 132 0 114 76 10 535 122 71
Binary 11101011 111000 1011010 0 1001100 111110 1000 101011101 1010010 111001

Color Harmonies of #EB385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB385A

Black with #EB385A

Text Example


Text Example

White with #EB385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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