Html Css Color HEX #EF234B Amaranth

📋 copy color: '#EF234B'

red 239 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #EF234B

Tints of Amaranth #EF234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.03%

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

R = 68.48%
G = 10.03%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF234B (or 0xEF234B) is known color: Amaranth. HEX triplet: EF, 23 and 4B. RGB value is (239,35,75). Sum of RGB (Red+Green+Blue) = 239+35+75=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF234B is #10DCB4. Grayscale: #646464. Windows color (decimal): -1105077 or 4924399. OLE color: 4924399.

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

Color convert

RGB 239 35 75 -
CMYK 0 0.85 0.69 0.06
HSL 348.24º 0.86% 0.54% -
HSV(B) 348.24º 0.85% 0.94% -
XYZ 37.47 20.06 8.55 -
YUV 100.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 239 35 75 0 0.85 0.69 0.06 348.24 0.86 0.54
Hex EF 23 4B 0 55 45 6 15C 56 36
Octal 357 43 113 0 125 105 6 534 126 66
Binary 11101111 100011 1001011 0 1010101 1000101 110 101011100 1010110 110110

Color Harmonies of #EF234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF234B

Black with #EF234B

Text Example


Text Example

White with #EF234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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