Html Css Color HEX #EB224B Amaranth

📋 copy color: '#EB224B'

red 235 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #EB224B

Tints of Amaranth #EB224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

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

R = 68.31%
G = 9.88%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB224B (or 0xEB224B) is known color: Amaranth. HEX triplet: EB, 22 and 4B. RGB value is (235,34,75). Sum of RGB (Red+Green+Blue) = 235+34+75=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB224B is #14DDB4. Grayscale: #626262. Windows color (decimal): -1367477 or 4924139. OLE color: 4924139.

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

Color convert

RGB 235 34 75 -
CMYK 0 0.86 0.68 0.08
HSL 347.76º 0.83% 0.53% -
HSV(B) 347.76º 0.86% 0.92% -
XYZ 36.1 19.31 8.48 -
YUV 98.77 114.59 225.17 -
System Red Green Blue C M Y K H S L
Decimal 235 34 75 0 0.86 0.68 0.08 347.76 0.83 0.53
Hex EB 22 4B 0 56 44 8 15C 53 35
Octal 353 42 113 0 126 104 10 534 123 65
Binary 11101011 100010 1001011 0 1010110 1000100 1000 101011100 1010011 110101

Color Harmonies of #EB224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB224B

Black with #EB224B

Text Example


Text Example

White with #EB224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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