Html Css Color HEX #EC334B Amaranth

📋 copy color: '#EC334B'

red 236 ◦ green 51 ◦ blue 75

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

Shades of Amaranth #EC334B

Tints of Amaranth #EC334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

 BLUE value IS 75 (29.69% from 255) = 20.72%

R = 65.19%
G = 14.09%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC334B (or 0xEC334B) is known color: Amaranth. HEX triplet: EC, 33 and 4B. RGB value is (236,51,75). Sum of RGB (Red+Green+Blue) = 236+51+75=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC334B is #13CCB4. Grayscale: #6D6D6D. Windows color (decimal): -1297589 or 4928492. OLE color: 4928492.

HSL color Cylindrical-coordinate representation of color #EC334B: hue angle of 352.22º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC334B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 51 75 -
CMYK 0 0.78 0.68 0.07
HSL 352.22º 0.83% 0.56% -
HSV(B) 352.22º 0.78% 0.93% -
XYZ 37.05 20.71 8.7 -
YUV 109.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 236 51 75 0 0.78 0.68 0.07 352.22 0.83 0.56
Hex EC 33 4B 0 4E 44 7 160 53 38
Octal 354 63 113 0 116 104 7 540 123 70
Binary 11101100 110011 1001011 0 1001110 1000100 111 101100000 1010011 111000

Color Harmonies of #EC334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC334B

Black with #EC334B

Text Example


Text Example

White with #EC334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC334B; }

 p { color: rgb(236,51,75); }

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

background-color css

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

 a { background-color: rgb(236,51,75); }

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

border-color css

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

 span { border-color: rgb(236,51,75); }

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