Html Css Color HEX #EF414B Amaranth

📋 copy color: '#EF414B'

red 239 ◦ green 65 ◦ blue 75

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

Shades of Amaranth #EF414B

Tints of Amaranth #EF414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

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

R = 63.06%
G = 17.15%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF414B (or 0xEF414B) is known color: Amaranth. HEX triplet: EF, 41 and 4B. RGB value is (239,65,75). Sum of RGB (Red+Green+Blue) = 239+65+75=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF414B is #10BEB4. Grayscale: #767676. Windows color (decimal): -1097397 or 4932079. OLE color: 4932079.

HSL color Cylindrical-coordinate representation of color #EF414B: hue angle of 356.55º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF414B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 65 75 -
CMYK 0 0.73 0.69 0.06
HSL 356.55º 0.84% 0.6% -
HSV(B) 356.55º 0.73% 0.94% -
XYZ 38.76 22.64 8.98 -
YUV 118.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 239 65 75 0 0.73 0.69 0.06 356.55 0.84 0.6
Hex EF 41 4B 0 49 45 6 165 54 3C
Octal 357 101 113 0 111 105 6 545 124 74
Binary 11101111 1000001 1001011 0 1001001 1000101 110 101100101 1010100 111100

Color Harmonies of #EF414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF414B

Black with #EF414B

Text Example


Text Example

White with #EF414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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