Html Css Color HEX #EC304B Amaranth

📋 copy color: '#EC304B'

red 236 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #EC304B

Tints of Amaranth #EC304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.37%

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

R = 65.74%
G = 13.37%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC304B (or 0xEC304B) is known color: Amaranth. HEX triplet: EC, 30 and 4B. RGB value is (236,48,75). Sum of RGB (Red+Green+Blue) = 236+48+75=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC304B is #13CFB4. Grayscale: #6B6B6B. Windows color (decimal): -1298357 or 4927724. OLE color: 4927724.

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

Color convert

RGB 236 48 75 -
CMYK 0 0.80 0.68 0.07
HSL 351.38º 0.83% 0.56% -
HSV(B) 351.38º 0.8% 0.93% -
XYZ 36.92 20.45 8.66 -
YUV 107.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 236 48 75 0 0.80 0.68 0.07 351.38 0.83 0.56
Hex EC 30 4B 0 50 44 7 15F 53 38
Octal 354 60 113 0 120 104 7 537 123 70
Binary 11101100 110000 1001011 0 1010000 1000100 111 101011111 1010011 111000

Color Harmonies of #EC304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC304B

Black with #EC304B

Text Example


Text Example

White with #EC304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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