Html Css Color HEX #EB214E Amaranth

📋 copy color: '#EB214E'

red 235 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #EB214E

Tints of Amaranth #EB214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 67.92%
G = 9.54%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB214E (or 0xEB214E) is known color: Amaranth. HEX triplet: EB, 21 and 4E. RGB value is (235,33,78). Sum of RGB (Red+Green+Blue) = 235+33+78=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB214E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB214E is #14DEB1. Grayscale: #626262. Windows color (decimal): -1367730 or 5120491. OLE color: 5120491.

HSL color Cylindrical-coordinate representation of color #EB214E: hue angle of 346.63º 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 #EB214E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 78 -
CMYK 0 0.86 0.67 0.08
HSL 346.63º 0.83% 0.53% -
HSV(B) 346.63º 0.86% 0.92% -
XYZ 36.18 19.3 9.03 -
YUV 98.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 235 33 78 0 0.86 0.67 0.08 346.63 0.83 0.53
Hex EB 21 4E 0 56 43 8 15B 53 35
Octal 353 41 116 0 126 103 10 533 123 65
Binary 11101011 100001 1001110 0 1010110 1000011 1000 101011011 1010011 110101

Color Harmonies of #EB214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB214E

Black with #EB214E

Text Example


Text Example

White with #EB214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB214E; }

 p { color: rgb(235,33,78); }

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

background-color css

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

 a { background-color: rgb(235,33,78); }

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

border-color css

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

 span { border-color: rgb(235,33,78); }

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