Html Css Color HEX #EC2F4F Amaranth

📋 copy color: '#EC2F4F'

red 236 ◦ green 47 ◦ blue 79

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

Shades of Amaranth #EC2F4F

Tints of Amaranth #EC2F4F

RGB

 RED value IS 236 (92.58% from 255) = 65.19%

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

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 65.19%
G = 12.98%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC2F4F (or 0xEC2F4F) is known color: Amaranth. HEX triplet: EC, 2F and 4F. RGB value is (236,47,79). Sum of RGB (Red+Green+Blue) = 236+47+79=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2F4F is #13D0B0. Grayscale: #6B6B6B. Windows color (decimal): -1298609 or 5189612. OLE color: 5189612.

HSL color Cylindrical-coordinate representation of color #EC2F4F: hue angle of 349.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F4F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 47 79 -
CMYK 0 0.80 0.67 0.07
HSL 349.84º 0.83% 0.55% -
HSV(B) 349.84º 0.8% 0.93% -
XYZ 37.02 20.43 9.39 -
YUV 107.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 236 47 79 0 0.80 0.67 0.07 349.84 0.83 0.55
Hex EC 2F 4F 0 50 43 7 15E 53 37
Octal 354 57 117 0 120 103 7 536 123 67
Binary 11101100 101111 1001111 0 1010000 1000011 111 101011110 1010011 110111

Color Harmonies of #EC2F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F4F

Black with #EC2F4F

Text Example


Text Example

White with #EC2F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F4F; }

 p { color: rgb(236,47,79); }

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

background-color css

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

 a { background-color: rgb(236,47,79); }

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

border-color css

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

 span { border-color: rgb(236,47,79); }

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