#EF447C

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

Shades of Violet Red #EF447C

Tints of Violet Red #EF447C

Color information

#EF447C (or 0xEF447C) is unknown color: approx Violet Red. HEX triplet: EF, 44 and 7C. RGB value is (239,68,124). Sum of RGB (Red+Green+Blue) = 239+68+124=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF447C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF447C is #10BB83. Grayscale: #7D7D7D. Windows color (decimal): -1096580 or 8144111. OLE color: 8144111.

HSL color Cylindrical-coordinate representation of color #EF447C: hue angle of 340.35º 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 #EF447C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB23968124-
CMYK00.720.480.06
HSL340.35º84.24%60.2%-
HSV(B)340.35º71.55%93.73%-
XYZ41.323.9421.51-
YUV125.51127.15208.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.45%
GREEN value IS 68 (26.95% from 255) = 15.78%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=55.45%
G=15.78%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396812400.720.480.06340.3584.2460.2
HexEF447C048306154543c
Octal357104174011060652412474
Binary1110111110001001111100010010001100001101010101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF447C; }

 p { color: rgb(239,68,124); }

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

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

 a { background-color: rgb(239,68,124); }

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

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

 span { border-color: rgb(239,68,124); }

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