Html Css Color HEX #EB2D4B Amaranth

📋 copy color: '#EB2D4B'

red 235 ◦ green 45 ◦ blue 75

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

Shades of Amaranth #EB2D4B

Tints of Amaranth #EB2D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 66.2%
G = 12.68%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB2D4B (or 0xEB2D4B) is known color: Amaranth. HEX triplet: EB, 2D and 4B. RGB value is (235,45,75). Sum of RGB (Red+Green+Blue) = 235+45+75=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D4B is #14D2B4. Grayscale: #696969. Windows color (decimal): -1364661 or 4926955. OLE color: 4926955.

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

Color convert

RGB 235 45 75 -
CMYK 0 0.81 0.68 0.08
HSL 350.53º 0.83% 0.55% -
HSV(B) 350.53º 0.81% 0.92% -
XYZ 36.47 20.05 8.6 -
YUV 105.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 235 45 75 0 0.81 0.68 0.08 350.53 0.83 0.55
Hex EB 2D 4B 0 51 44 8 15F 53 37
Octal 353 55 113 0 121 104 10 537 123 67
Binary 11101011 101101 1001011 0 1010001 1000100 1000 101011111 1010011 110111

Color Harmonies of #EB2D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D4B

Black with #EB2D4B

Text Example


Text Example

White with #EB2D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D4B; }

 p { color: rgb(235,45,75); }

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

background-color css

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

 a { background-color: rgb(235,45,75); }

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

border-color css

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

 span { border-color: rgb(235,45,75); }

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