Html Css Color HEX #EB215A Amaranth

📋 copy color: '#EB215A'

red 235 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #EB215A

Tints of Amaranth #EB215A

RGB

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

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

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

R = 65.64%
G = 9.22%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB215A (or 0xEB215A) is known color: Amaranth. HEX triplet: EB, 21 and 5A. RGB value is (235,33,90). Sum of RGB (Red+Green+Blue) = 235+33+90=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB215A is #14DEA5. Grayscale: #636363. Windows color (decimal): -1367718 or 5906923. OLE color: 5906923.

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

Color convert

RGB 235 33 90 -
CMYK 0 0.86 0.62 0.08
HSL 343.07º 0.83% 0.53% -
HSV(B) 343.07º 0.86% 0.92% -
XYZ 36.65 19.49 11.5 -
YUV 99.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 235 33 90 0 0.86 0.62 0.08 343.07 0.83 0.53
Hex EB 21 5A 0 56 3E 8 157 53 35
Octal 353 41 132 0 126 76 10 527 123 65
Binary 11101011 100001 1011010 0 1010110 111110 1000 101010111 1010011 110101

Color Harmonies of #EB215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB215A

Black with #EB215A

Text Example


Text Example

White with #EB215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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