Html Css Color HEX #EC2B5B Amaranth

📋 copy color: '#EC2B5B'

red 236 ◦ green 43 ◦ blue 91

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

Shades of Amaranth #EC2B5B

Tints of Amaranth #EC2B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.62%

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

R = 63.78%
G = 11.62%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC2B5B (or 0xEC2B5B) is known color: Amaranth. HEX triplet: EC, 2B and 5B. RGB value is (236,43,91). Sum of RGB (Red+Green+Blue) = 236+43+91=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B5B is #13D4A4. Grayscale: #6A6A6A. Windows color (decimal): -1299621 or 5975020. OLE color: 5975020.

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

Color convert

RGB 236 43 91 -
CMYK 0 0.82 0.61 0.07
HSL 345.08º 0.84% 0.55% -
HSV(B) 345.08º 0.82% 0.93% -
XYZ 37.34 20.32 11.85 -
YUV 106.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 236 43 91 0 0.82 0.61 0.07 345.08 0.84 0.55
Hex EC 2B 5B 0 52 3D 7 159 54 37
Octal 354 53 133 0 122 75 7 531 124 67
Binary 11101100 101011 1011011 0 1010010 111101 111 101011001 1010100 110111

Color Harmonies of #EC2B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B5B

Black with #EC2B5B

Text Example


Text Example

White with #EC2B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B5B; }

 p { color: rgb(236,43,91); }

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

background-color css

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

 a { background-color: rgb(236,43,91); }

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

border-color css

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

 span { border-color: rgb(236,43,91); }

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