Html Css Color HEX #EA4252 Amaranth

📋 copy color: '#EA4252'

red 234 ◦ green 66 ◦ blue 82

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

Shades of Amaranth #EA4252

Tints of Amaranth #EA4252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

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

R = 61.26%
G = 17.28%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA4252 (or 0xEA4252) is known color: Amaranth. HEX triplet: EA, 42 and 52. RGB value is (234,66,82). Sum of RGB (Red+Green+Blue) = 234+66+82=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4252 is #15BDAD. Grayscale: #767676. Windows color (decimal): -1424814 or 5391082. OLE color: 5391082.

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

Color convert

RGB 234 66 82 -
CMYK 0 0.72 0.65 0.08
HSL 354.29º 0.8% 0.59% -
HSV(B) 354.29º 0.72% 0.92% -
XYZ 37.4 22 10.26 -
YUV 118.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 234 66 82 0 0.72 0.65 0.08 354.29 0.8 0.59
Hex EA 42 52 0 48 41 8 162 50 3B
Octal 352 102 122 0 110 101 10 542 120 73
Binary 11101010 1000010 1010010 0 1001000 1000001 1000 101100010 1010000 111011

Color Harmonies of #EA4252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4252

Black with #EA4252

Text Example


Text Example

White with #EA4252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4252; }

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

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

background-color css

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

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

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

border-color css

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

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

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