Html Css Color HEX #EA2652 Amaranth

📋 copy color: '#EA2652'

red 234 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #EA2652

Tints of Amaranth #EA2652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 66.1%
G = 10.73%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA2652 (or 0xEA2652) is known color: Amaranth. HEX triplet: EA, 26 and 52. RGB value is (234,38,82). Sum of RGB (Red+Green+Blue) = 234+38+82=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2652 is #15D9AD. Grayscale: #656565. Windows color (decimal): -1431982 or 5383914. OLE color: 5383914.

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

Color convert

RGB 234 38 82 -
CMYK 0 0.84 0.65 0.08
HSL 346.53º 0.82% 0.53% -
HSV(B) 346.53º 0.84% 0.92% -
XYZ 36.15 19.49 9.84 -
YUV 101.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 234 38 82 0 0.84 0.65 0.08 346.53 0.82 0.53
Hex EA 26 52 0 54 41 8 15B 52 35
Octal 352 46 122 0 124 101 10 533 122 65
Binary 11101010 100110 1010010 0 1010100 1000001 1000 101011011 1010010 110101

Color Harmonies of #EA2652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2652

Black with #EA2652

Text Example


Text Example

White with #EA2652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2652; }

 p { color: rgb(234,38,82); }

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

background-color css

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

 a { background-color: rgb(234,38,82); }

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

border-color css

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

 span { border-color: rgb(234,38,82); }

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