Html Css Color HEX #EB184B Amaranth

📋 copy color: '#EB184B'

red 235 ◦ green 24 ◦ blue 75

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

Shades of Amaranth #EB184B

Tints of Amaranth #EB184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

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

R = 70.36%
G = 7.19%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB184B (or 0xEB184B) is known color: Amaranth. HEX triplet: EB, 18 and 4B. RGB value is (235,24,75). Sum of RGB (Red+Green+Blue) = 235+24+75=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB184B is #14E7B4. Grayscale: #5C5C5C. Windows color (decimal): -1370037 or 4921579. OLE color: 4921579.

HSL color Cylindrical-coordinate representation of color #EB184B: hue angle of 345.5º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB184B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 75 -
CMYK 0 0.90 0.68 0.08
HSL 345.5º 0.84% 0.51% -
HSV(B) 345.5º 0.9% 0.92% -
XYZ 35.86 18.82 8.4 -
YUV 92.9 117.9 229.35 -
System Red Green Blue C M Y K H S L
Decimal 235 24 75 0 0.90 0.68 0.08 345.5 0.84 0.51
Hex EB 18 4B 0 5A 44 8 159 54 33
Octal 353 30 113 0 132 104 10 531 124 63
Binary 11101011 11000 1001011 0 1011010 1000100 1000 101011001 1010100 110011

Color Harmonies of #EB184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB184B

Black with #EB184B

Text Example


Text Example

White with #EB184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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