Html Css Color HEX #EA305B Amaranth

📋 copy color: '#EA305B'

red 234 ◦ green 48 ◦ blue 91

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

Shades of Amaranth #EA305B

Tints of Amaranth #EA305B

RGB

 RED value IS 234 (91.8% from 255) = 62.73%

 GREEN value IS 48 (19.14% from 255) = 12.87%

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 62.73%
G = 12.87%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA305B (or 0xEA305B) is known color: Amaranth. HEX triplet: EA, 30 and 5B. RGB value is (234,48,91). Sum of RGB (Red+Green+Blue) = 234+48+91=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA305B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA305B is #15CFA4. Grayscale: #6C6C6C. Windows color (decimal): -1429413 or 5976298. OLE color: 5976298.

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

Color convert

RGB 234 48 91 -
CMYK 0 0.79 0.61 0.08
HSL 346.13º 0.82% 0.55% -
HSV(B) 346.13º 0.79% 0.92% -
XYZ 36.88 20.36 11.88 -
YUV 108.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 234 48 91 0 0.79 0.61 0.08 346.13 0.82 0.55
Hex EA 30 5B 0 4F 3D 8 15A 52 37
Octal 352 60 133 0 117 75 10 532 122 67
Binary 11101010 110000 1011011 0 1001111 111101 1000 101011010 1010010 110111

Color Harmonies of #EA305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA305B

Black with #EA305B

Text Example


Text Example

White with #EA305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA305B; }

 p { color: rgb(234,48,91); }

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

background-color css

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

 a { background-color: rgb(234,48,91); }

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

border-color css

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

 span { border-color: rgb(234,48,91); }

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