Html Css Color HEX #EA2F4C Amaranth

📋 copy color: '#EA2F4C'

red 234 ◦ green 47 ◦ blue 76

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

Shades of Amaranth #EA2F4C

Tints of Amaranth #EA2F4C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.17%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 65.55%
G = 13.17%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA2F4C (or 0xEA2F4C) is known color: Amaranth. HEX triplet: EA, 2F and 4C. RGB value is (234,47,76). Sum of RGB (Red+Green+Blue) = 234+47+76=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2F4C is #15D0B3. Grayscale: #6A6A6A. Windows color (decimal): -1429684 or 4993002. OLE color: 4993002.

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

Color convert

RGB 234 47 76 -
CMYK 0 0.80 0.68 0.08
HSL 350.7º 0.82% 0.55% -
HSV(B) 350.7º 0.8% 0.92% -
XYZ 36.25 20.05 8.8 -
YUV 106.22 110.95 219.14 -
System Red Green Blue C M Y K H S L
Decimal 234 47 76 0 0.80 0.68 0.08 350.7 0.82 0.55
Hex EA 2F 4C 0 50 44 8 15F 52 37
Octal 352 57 114 0 120 104 10 537 122 67
Binary 11101010 101111 1001100 0 1010000 1000100 1000 101011111 1010010 110111

Color Harmonies of #EA2F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F4C

Black with #EA2F4C

Text Example


Text Example

White with #EA2F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F4C; }

 p { color: rgb(234,47,76); }

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

background-color css

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

 a { background-color: rgb(234,47,76); }

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

border-color css

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

 span { border-color: rgb(234,47,76); }

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