Html Css Color HEX #EF304B Amaranth

📋 copy color: '#EF304B'

red 239 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #EF304B

Tints of Amaranth #EF304B

RGB

 RED value IS 239 (93.75% from 255) = 66.02%

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

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

R = 66.02%
G = 13.26%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF304B (or 0xEF304B) is known color: Amaranth. HEX triplet: EF, 30 and 4B. RGB value is (239,48,75). Sum of RGB (Red+Green+Blue) = 239+48+75=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF304B is #10CFB4. Grayscale: #6C6C6C. Windows color (decimal): -1101749 or 4927727. OLE color: 4927727.

HSL color Cylindrical-coordinate representation of color #EF304B: hue angle of 351.52º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF304B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 75 -
CMYK 0 0.80 0.69 0.06
HSL 351.52º 0.86% 0.56% -
HSV(B) 351.52º 0.8% 0.94% -
XYZ 37.92 20.97 8.71 -
YUV 108.19 109.28 221.3 -
System Red Green Blue C M Y K H S L
Decimal 239 48 75 0 0.80 0.69 0.06 351.52 0.86 0.56
Hex EF 30 4B 0 50 45 6 160 56 38
Octal 357 60 113 0 120 105 6 540 126 70
Binary 11101111 110000 1001011 0 1010000 1000101 110 101100000 1010110 111000

Color Harmonies of #EF304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF304B

Black with #EF304B

Text Example


Text Example

White with #EF304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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