#EF434B

Color #EF434B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EF434B

Tints of Amaranth #EF434B

Color information

#EF434B (or 0xEF434B) is unknown color: approx Amaranth. HEX triplet: EF, 43 and 4B. RGB value is (239,67,75). Sum of RGB (Red+Green+Blue) = 239+67+75=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF434B is #10BCB4. Grayscale: #777777. Windows color (decimal): -1096885 or 4932591. OLE color: 4932591.

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

Color convert

RGB2396775-
CMYK00.720.690.06
HSL357.21º84.31%60%-
HSV(B)357.21º71.97%93.73%-
XYZ38.8722.879.02-
YUV119.34102.98213.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.73%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=62.73%
G=17.59%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239677500.720.690.06357.2184.3160
HexEF434B048456165543c
Octal3571031130110105654512474
Binary11101111100001110010110100100010001011101011001011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF434B; }

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

 H1.HeaderClassName
 {
   color: #EF434B;
 }
 .AnyTagClassName
 {
   color: #EF434B;
 }
</style>
background-color css

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

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

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

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

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

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